#A24745

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

Shades of Roof Terracotta #A24745

Tints of Roof Terracotta #A24745

Color information

#A24745 (or 0xA24745) is unknown color: approx Roof Terracotta. HEX triplet: A2, 47 and 45. RGB value is (162,71,69). Sum of RGB (Red+Green+Blue) = 162+71+69=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A24745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24745 is #5DB8BA. Grayscale: #626262. Windows color (decimal): -6142139 or 4540322. OLE color: 4540322.

HSL color Cylindrical-coordinate representation of color #A24745: hue angle of 1.29º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24745 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1627169-
CMYK00.560.570.36
HSL1.29º40.26%45.29%-
HSV(B)1.29º57.41%63.53%-
XYZ18.2312.627.1-
YUV97.98111.65173.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=53.64%
G=23.51%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162716900.560.570.361.2940.2645.29
HexA2474503839241282d
Octal242107105070714415055
Binary101000101000111100010101110001110011001001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24745; }

 p { color: rgb(162,71,69); }

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

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

 a { background-color: rgb(162,71,69); }

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

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

 span { border-color: rgb(162,71,69); }

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