#A04A44

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

Shades of Roof Terracotta #A04A44

Tints of Roof Terracotta #A04A44

Color information

#A04A44 (or 0xA04A44) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4A and 44. RGB value is (160,74,68). Sum of RGB (Red+Green+Blue) = 160+74+68=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A44 is #5FB5BB. Grayscale: #636363. Windows color (decimal): -6272444 or 4475552. OLE color: 4475552.

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

Color convert

RGB1607468-
CMYK00.540.570.37
HSL3.91º40.35%44.71%-
HSV(B)3.91º57.5%62.75%-
XYZ17.9912.796.99-
YUV99.03110.49171.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.98%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=52.98%
G=24.50%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160746800.540.570.373.9140.3544.71
HexA04A4403639254282d
Octal240112104066714545055
Binary10100000100101010001000110110111001100101100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04A44; }

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

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

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

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

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

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

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

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