#A2463E

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

Shades of Roof Terracotta #A2463E

Tints of Roof Terracotta #A2463E

Color information

#A2463E (or 0xA2463E) is unknown color: approx Roof Terracotta. HEX triplet: A2, 46 and 3E. RGB value is (162,70,62). Sum of RGB (Red+Green+Blue) = 162+70+62=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2463E is #5DB9C1. Grayscale: #606060. Windows color (decimal): -6142402 or 4081314. OLE color: 4081314.

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

Color convert

RGB1627062-
CMYK00.570.620.36
HSL4.8º44.64%43.92%-
HSV(B)4.8º61.73%63.53%-
XYZ17.9612.416.01-
YUV96.6108.48174.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=55.10%
G=23.81%
B=21.09%

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
Decimal162706200.570.620.364.844.6443.92
HexA2463E0393E2452d2c
Octal24210676071764455554
Binary1010001010001101111100111001111110100100101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2463E; }

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

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

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

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

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

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

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

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