#A74C42

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

Shades of Roof Terracotta #A74C42

Tints of Roof Terracotta #A74C42

Color information

#A74C42 (or 0xA74C42) is unknown color: approx Roof Terracotta. HEX triplet: A7, 4C and 42. RGB value is (167,76,66). Sum of RGB (Red+Green+Blue) = 167+76+66=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74C42 is #58B3BD. Grayscale: #666666. Windows color (decimal): -5813182 or 4344999. OLE color: 4344999.

HSL color Cylindrical-coordinate representation of color #A74C42: hue angle of 5.94º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74C42 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1677666-
CMYK00.540.600.35
HSL5.94º43.35%45.69%-
HSV(B)5.94º60.48%65.49%-
XYZ19.513.786.79-
YUV102.07107.65174.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.05%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=54.05%
G=24.60%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167766600.540.600.355.9443.3545.69
HexA74C420363C2362b2e
Octal247114102066744365356
Binary10100111100110010000100110110111100100011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74C42; }

 p { color: rgb(167,76,66); }

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

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

 a { background-color: rgb(167,76,66); }

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

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

 span { border-color: rgb(167,76,66); }

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