#A04645

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

Shades of Roof Terracotta #A04645

Tints of Roof Terracotta #A04645

Color information

#A04645 (or 0xA04645) is unknown color: approx Roof Terracotta. HEX triplet: A0, 46 and 45. RGB value is (160,70,69). Sum of RGB (Red+Green+Blue) = 160+70+69=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A04645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04645 is #5FB9BA. Grayscale: #606060. Windows color (decimal): -6273467 or 4540064. OLE color: 4540064.

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

Color convert

RGB1607069-
CMYK00.560.570.37
HSL0.66º39.74%44.9%-
HSV(B)0.66º56.88%62.75%-
XYZ17.7612.287.07-
YUV96.8112.32173.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=53.51%
G=23.41%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160706900.560.570.370.6639.7444.9
HexA0464503839251282d
Octal240106105070714515055
Binary101000001000110100010101110001110011001011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04645; }

 p { color: rgb(160,70,69); }

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

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

 a { background-color: rgb(160,70,69); }

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

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

 span { border-color: rgb(160,70,69); }

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