#A24A4A

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

Shades of Roof Terracotta #A24A4A

Tints of Roof Terracotta #A24A4A

Color information

#A24A4A (or 0xA24A4A) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4A and 4A. RGB value is (162,74,74). Sum of RGB (Red+Green+Blue) = 162+74+74=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A4A is #5DB5B5. Grayscale: #646464. Windows color (decimal): -6141366 or 4868770. OLE color: 4868770.

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

Color convert

RGB1627474-
CMYK00.540.540.36
HSL37.29%46.27%-
HSV(B)54.32%63.53%-
XYZ18.5913.078.02-
YUV100.31113.15172-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=52.26%
G=23.87%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162747400.540.540.36037.2946.27
HexA24A4A03636240252e
Octal242112112066664404556
Binary101000101001010100101001101101101101001000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A4A; }

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

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

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

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

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

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

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

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