#A24B4B

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

Shades of Roof Terracotta #A24B4B

Tints of Roof Terracotta #A24B4B

Color information

#A24B4B (or 0xA24B4B) is unknown color: approx Roof Terracotta. HEX triplet: A2, 4B and 4B. RGB value is (162,75,75). Sum of RGB (Red+Green+Blue) = 162+75+75=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B4B is #5DB4B4. Grayscale: #656565. Windows color (decimal): -6141109 or 4934562. OLE color: 4934562.

HSL color Cylindrical-coordinate representation of color #A24B4B: 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 #A24B4B is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1627575-
CMYK00.540.540.36
HSL36.71%46.47%-
HSV(B)53.7%63.53%-
XYZ18.6913.228.22-
YUV101.01113.32171.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=51.92%
G=24.04%
B=24.04%

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
Decimal162757500.540.540.36036.7146.47
HexA24B4B03636240252e
Octal242113113066664404556
Binary101000101001011100101101101101101101001000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B4B; }

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

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

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

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

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

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

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

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