#A04D48

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

Shades of Roof Terracotta #A04D48

Tints of Roof Terracotta #A04D48

Color information

#A04D48 (or 0xA04D48) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4D and 48. RGB value is (160,77,72). Sum of RGB (Red+Green+Blue) = 160+77+72=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D48 is #5FB2B7. Grayscale: #656565. Windows color (decimal): -6271672 or 4738464. OLE color: 4738464.

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

Color convert

RGB1607772-
CMYK00.520.550.37
HSL3.41º37.93%45.49%-
HSV(B)3.41º55%62.75%-
XYZ18.3213.257.72-
YUV101.25111.5169.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=51.78%
G=24.92%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160777200.520.550.373.4137.9345.49
HexA04D4803437253262d
Octal240115110064674534655
Binary1010000010011011001000011010011011110010111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04D48; }

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

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

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

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

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

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

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

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