#A04A43

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

Shades of Roof Terracotta #A04A43

Tints of Roof Terracotta #A04A43

Color information

#A04A43 (or 0xA04A43) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4A and 43. RGB value is (160,74,67). Sum of RGB (Red+Green+Blue) = 160+74+67=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A43 is #5FB5BC. Grayscale: #636363. Windows color (decimal): -6272445 or 4410016. OLE color: 4410016.

HSL color Cylindrical-coordinate representation of color #A04A43: hue angle of 4.52º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04A43 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB1607467-
CMYK00.540.580.37
HSL4.52º40.97%44.51%-
HSV(B)4.52º58.13%62.75%-
XYZ17.9612.786.83-
YUV98.92109.99171.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 67 (26.56% from 255) = 22.26%
R=53.16%
G=24.58%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160746700.540.580.374.5240.9744.51
HexA04A430363A255292d
Octal240112103066724555155
Binary10100000100101010000110110110111010100101101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04A43; }

 p { color: rgb(160,74,67); }

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

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

 a { background-color: rgb(160,74,67); }

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

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

 span { border-color: rgb(160,74,67); }

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