#A24B49

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

Shades of Roof Terracotta #A24B49

Tints of Roof Terracotta #A24B49

Color information

#A24B49 (or 0xA24B49) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4B and 49. RGB value is (162,75,73). Sum of RGB (Red+Green+Blue) = 162+75+73=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B49 is #5DB4B6. Grayscale: #646464. Windows color (decimal): -6141111 or 4803490. OLE color: 4803490.

HSL color Cylindrical-coordinate representation of color #A24B49: hue angle of 1.35º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24B49 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1627573-
CMYK00.540.550.36
HSL1.35º37.87%46.08%-
HSV(B)1.35º54.94%63.53%-
XYZ18.6213.197.87-
YUV100.78112.32171.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=52.26%
G=24.19%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162757300.540.550.361.3537.8746.08
HexA24B4903637241262e
Octal242113111066674414656
Binary101000101001011100100101101101101111001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B49; }

 p { color: rgb(162,75,73); }

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

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

 a { background-color: rgb(162,75,73); }

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

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

 span { border-color: rgb(162,75,73); }

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