#A04D44

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

Shades of Roof Terracotta #A04D44

Tints of Roof Terracotta #A04D44

Color information

#A04D44 (or 0xA04D44) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4D and 44. RGB value is (160,77,68). Sum of RGB (Red+Green+Blue) = 160+77+68=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D44 is #5FB2BB. Grayscale: #646464. Windows color (decimal): -6271676 or 4476320. OLE color: 4476320.

HSL color Cylindrical-coordinate representation of color #A04D44: hue angle of 5.87º 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 #A04D44 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1607768-
CMYK00.520.570.37
HSL5.87º40.35%44.71%-
HSV(B)5.87º57.5%62.75%-
XYZ18.1913.27.06-
YUV100.79109.5170.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.46%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=52.46%
G=25.25%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160776800.520.570.375.8740.3544.71
HexA04D4403439256282d
Octal240115104064714565055
Binary10100000100110110001000110100111001100101110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04D44; }

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

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

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

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

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

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

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

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