#A04D4C

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

Shades of Roof Terracotta #A04D4C

Tints of Roof Terracotta #A04D4C

Color information

#A04D4C (or 0xA04D4C) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4D and 4C. RGB value is (160,77,76). Sum of RGB (Red+Green+Blue) = 160+77+76=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D4C is #5FB2B3. Grayscale: #656565. Windows color (decimal): -6271668 or 5000608. OLE color: 5000608.

HSL color Cylindrical-coordinate representation of color #A04D4C: hue angle of 0.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D4C is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1607776-
CMYK00.520.520.37
HSL0.71º35.59%46.27%-
HSV(B)0.71º52.5%62.75%-
XYZ18.4613.38.43-
YUV101.7113.5169.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.12%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=51.12%
G=24.60%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160777600.520.520.370.7135.5946.27
HexA04D4C03434251242e
Octal240115114064644514456
Binary101000001001101100110001101001101001001011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04D4C; }

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

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

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

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

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

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

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

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