#A2433E

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

Shades of Roof Terracotta #A2433E

Tints of Roof Terracotta #A2433E

Color information

#A2433E (or 0xA2433E) is unknown color: approx Roof Terracotta. HEX triplet: A2, 43 and 3E. RGB value is (162,67,62). Sum of RGB (Red+Green+Blue) = 162+67+62=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2433E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2433E is #5DBCC1. Grayscale: #5E5E5E. Windows color (decimal): -6143170 or 4080546. OLE color: 4080546.

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

Color convert

RGB1626762-
CMYK00.590.620.36
HSL44.64%43.92%-
HSV(B)61.73%63.53%-
XYZ17.7812.045.95-
YUV94.84109.47175.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=55.67%
G=23.02%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162676200.590.620.36344.6443.92
HexA2433E03B3E2432d2c
Octal24210376073764435554
Binary101000101000011111110011101111111010010011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2433E; }

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

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

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

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

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

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

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

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