#A24A48

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

Shades of Roof Terracotta #A24A48

Tints of Roof Terracotta #A24A48

Color information

#A24A48 (or 0xA24A48) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4A and 48. RGB value is (162,74,72). Sum of RGB (Red+Green+Blue) = 162+74+72=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A48 is #5DB5B7. Grayscale: #646464. Windows color (decimal): -6141368 or 4737698. OLE color: 4737698.

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

Color convert

RGB1627472-
CMYK00.540.560.36
HSL1.33º38.46%45.88%-
HSV(B)1.33º55.56%63.53%-
XYZ18.5213.057.67-
YUV100.08112.15172.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=52.60%
G=24.03%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162747200.540.560.361.3338.4645.88
HexA24A4803638241262e
Octal242112110066704414656
Binary101000101001010100100001101101110001001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A48; }

 p { color: rgb(162,74,72); }

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

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

 a { background-color: rgb(162,74,72); }

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

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

 span { border-color: rgb(162,74,72); }

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