#A2473D

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

Shades of Roof Terracotta #A2473D

Tints of Roof Terracotta #A2473D

Color information

#A2473D (or 0xA2473D) is unknown color: approx Roof Terracotta. HEX triplet: A2, 47 and 3D. RGB value is (162,71,61). Sum of RGB (Red+Green+Blue) = 162+71+61=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2473D is #5DB8C2. Grayscale: #616161. Windows color (decimal): -6142147 or 4016034. OLE color: 4016034.

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

Color convert

RGB1627161-
CMYK00.560.620.36
HSL5.94º45.29%43.73%-
HSV(B)5.94º62.35%63.53%-
XYZ1812.525.88-
YUV97.07107.65174.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=55.10%
G=24.15%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162716100.560.620.365.9445.2943.73
HexA2473D0383E2462d2c
Octal24210775070764465554
Binary1010001010001111111010111000111110100100110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2473D; }

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

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

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

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

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

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

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

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