#A24C45

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

Shades of Roof Terracotta #A24C45

Tints of Roof Terracotta #A24C45

Color information

#A24C45 (or 0xA24C45) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4C and 45. RGB value is (162,76,69). Sum of RGB (Red+Green+Blue) = 162+76+69=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C45 is #5DB3BA. Grayscale: #656565. Windows color (decimal): -6140859 or 4541602. OLE color: 4541602.

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

Color convert

RGB1627669-
CMYK00.530.570.36
HSL4.52º40.26%45.29%-
HSV(B)4.52º57.41%63.53%-
XYZ18.5613.287.22-
YUV100.92109.99171.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=52.77%
G=24.76%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162766900.530.570.364.5240.2645.29
HexA24C4503539245282d
Octal242114105065714455055
Binary10100010100110010001010110101111001100100101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C45; }

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

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

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

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

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

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

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

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