#A24343

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

Shades of Roof Terracotta #A24343

Tints of Roof Terracotta #A24343

Color information

#A24343 (or 0xA24343) is unknown color: approx Roof Terracotta. HEX triplet: A2, 43 and 43. RGB value is (162,67,67). Sum of RGB (Red+Green+Blue) = 162+67+67=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A24343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24343 is #5DBCBC. Grayscale: #5F5F5F. Windows color (decimal): -6143165 or 4408226. OLE color: 4408226.

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

Color convert

RGB1626767-
CMYK00.590.590.36
HSL41.48%44.9%-
HSV(B)58.64%63.53%-
XYZ17.9212.16.7-
YUV95.4111.97175.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 67 (26.56% from 255) = 22.64%
R=54.73%
G=22.64%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162676700.590.590.36041.4844.9
HexA2434303B3B240292d
Octal242103103073734405155
Binary101000101000011100001101110111110111001000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24343; }

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

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

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

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

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

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

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

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