#A2453E

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

Shades of Roof Terracotta #A2453E

Tints of Roof Terracotta #A2453E

Color information

#A2453E (or 0xA2453E) is unknown color: approx Roof Terracotta. HEX triplet: A2, 45 and 3E. RGB value is (162,69,62). Sum of RGB (Red+Green+Blue) = 162+69+62=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2453E is #5DBAC1. Grayscale: #606060. Windows color (decimal): -6142658 or 4081058. OLE color: 4081058.

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

Color convert

RGB1626962-
CMYK00.570.620.36
HSL4.2º44.64%43.92%-
HSV(B)4.2º61.73%63.53%-
XYZ17.912.295.99-
YUV96.01108.81175.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=55.29%
G=23.55%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162696200.570.620.364.244.6443.92
HexA2453E0393E2442d2c
Octal24210576071764445554
Binary1010001010001011111100111001111110100100100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2453E; }

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

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

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

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

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

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

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

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