#A04948

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

Shades of Roof Terracotta #A04948

Tints of Roof Terracotta #A04948

Color information

#A04948 (or 0xA04948) is unknown color: approx Roof Terracotta. HEX triplet: A0, 49 and 48. RGB value is (160,73,72). Sum of RGB (Red+Green+Blue) = 160+73+72=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A04948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04948 is #5FB6B7. Grayscale: #626262. Windows color (decimal): -6272696 or 4737440. OLE color: 4737440.

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

Color convert

RGB1607372-
CMYK00.540.550.37
HSL0.68º37.93%45.49%-
HSV(B)0.68º55%62.75%-
XYZ18.0512.717.63-
YUV98.9112.82171.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.46%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 72 (28.52% from 255) = 23.61%
R=52.46%
G=23.93%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160737200.540.550.370.6837.9345.49
HexA0494803637251262d
Octal240111110066674514655
Binary101000001001001100100001101101101111001011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04948; }

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

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

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

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

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

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

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

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