#A2433D

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

Shades of Roof Terracotta #A2433D

Tints of Roof Terracotta #A2433D

Color information

#A2433D (or 0xA2433D) is unknown color: approx Roof Terracotta. HEX triplet: A2, 43 and 3D. RGB value is (162,67,61). Sum of RGB (Red+Green+Blue) = 162+67+61=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2433D is #5DBCC2. Grayscale: #5E5E5E. Windows color (decimal): -6143171 or 4015010. OLE color: 4015010.

HSL color Cylindrical-coordinate representation of color #A2433D: hue angle of 3.56º 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 #A2433D is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1626761-
CMYK00.590.620.36
HSL3.56º45.29%43.73%-
HSV(B)3.56º62.35%63.53%-
XYZ17.7512.035.8-
YUV94.72108.97175.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=55.86%
G=23.10%
B=21.03%

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
Decimal162676100.590.620.363.5645.2943.73
HexA2433D03B3E2442d2c
Octal24210375073764445554
Binary1010001010000111111010111011111110100100100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2433D; }

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

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

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

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

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

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

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

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