#A2433C

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

Shades of Roof Terracotta #A2433C

Tints of Roof Terracotta #A2433C

Color information

#A2433C (or 0xA2433C) is unknown color: approx Roof Terracotta. HEX triplet: A2, 43 and 3C. RGB value is (162,67,60). Sum of RGB (Red+Green+Blue) = 162+67+60=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2433C is #5DBCC3. Grayscale: #5E5E5E. Windows color (decimal): -6143172 or 3949474. OLE color: 3949474.

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

Color convert

RGB1626760-
CMYK00.590.630.36
HSL4.12º45.95%43.53%-
HSV(B)4.12º62.96%63.53%-
XYZ17.7212.025.66-
YUV94.61108.47176.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 60 (23.83% from 255) = 20.76%
R=56.06%
G=23.18%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162676000.590.630.364.1245.9543.53
HexA2433C03B3F2442e2c
Octal24210374073774445654
Binary1010001010000111111000111011111111100100100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2433C; }

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

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

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

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

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

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

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

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