#A94342

Color #A94342 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #A94342

Tints of Roof Terracotta #A94342

Color information

#A94342 (or 0xA94342) is unknown color: approx Roof Terracotta. HEX triplet: A9, 43 and 42. RGB value is (169,67,66). Sum of RGB (Red+Green+Blue) = 169+67+66=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A94342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94342 is #56BCBD. Grayscale: #616161. Windows color (decimal): -5684414 or 4342697. OLE color: 4342697.

HSL color Cylindrical-coordinate representation of color #A94342: hue angle of 0.58º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94342 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB1696766-
CMYK00.600.610.34
HSL0.58º43.83%46.08%-
HSV(B)0.58º60.95%66.27%-
XYZ19.3512.846.61-
YUV97.38110.29179.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=55.96%
G=22.19%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169676600.600.610.340.5843.8346.08
HexA9434203C3D2212c2e
Octal251103102074754215456
Binary101010011000011100001001111001111011000101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94342; }

 p { color: rgb(169,67,66); }

 H1.HeaderClassName
 {
   color: #A94342;
 }
 .AnyTagClassName
 {
   color: #A94342;
 }
</style>
background-color css

<style>
 a { background-color: #A94342; }

 a { background-color: rgb(169,67,66); }

 div.DivClassName
 {
   background-color: #A94342;
 }
 .BgClassName
 {
   background-color: #A94342;
 }
</style>
border-color css

<style>
 span { border-color: #A94342; }

 span { border-color: rgb(169,67,66); }

 td.TdClassName
 {
   border-color: #A94342;
 }
 .TagClassName
 {
   border-color: #A94342;
 }
</style>