#A24341

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

Shades of Roof Terracotta #A24341

Tints of Roof Terracotta #A24341

Color information

#A24341 (or 0xA24341) is unknown color: approx Roof Terracotta. HEX triplet: A2, 43 and 41. RGB value is (162,67,65). Sum of RGB (Red+Green+Blue) = 162+67+65=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A24341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24341 is #5DBCBE. Grayscale: #5F5F5F. Windows color (decimal): -6143167 or 4277154. OLE color: 4277154.

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

Color convert

RGB1626765-
CMYK00.590.600.36
HSL1.24º42.73%44.51%-
HSV(B)1.24º59.88%63.53%-
XYZ17.8612.086.39-
YUV95.18110.97175.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=55.10%
G=22.79%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162676500.590.600.361.2442.7344.51
HexA2434103B3C2412b2d
Octal242103101073744415355
Binary101000101000011100000101110111111001001001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24341; }

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

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

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

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

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

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

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

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