#A04A40

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

Shades of Roof Terracotta #A04A40

Tints of Roof Terracotta #A04A40

Color information

#A04A40 (or 0xA04A40) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4A and 40. RGB value is (160,74,64). Sum of RGB (Red+Green+Blue) = 160+74+64=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A40 is #5FB5BF. Grayscale: #626262. Windows color (decimal): -6272448 or 4213408. OLE color: 4213408.

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

Color convert

RGB1607464-
CMYK00.540.60.37
HSL6.25º42.86%43.92%-
HSV(B)6.25º60%62.75%-
XYZ17.8712.746.37-
YUV98.57108.49171.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=53.69%
G=24.83%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160746400.540.60.376.2542.8643.92
HexA04A400363C2562b2c
Octal240112100066744565354
Binary10100000100101010000000110110111100100101110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04A40; }

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

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

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

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

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

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

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

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