#A0463E

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

Shades of Roof Terracotta #A0463E

Tints of Roof Terracotta #A0463E

Color information

#A0463E (or 0xA0463E) is unknown color: approx Roof Terracotta. HEX triplet: A0, 46 and 3E. RGB value is (160,70,62). Sum of RGB (Red+Green+Blue) = 160+70+62=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0463E is #5FB9C1. Grayscale: #606060. Windows color (decimal): -6273474 or 4081312. OLE color: 4081312.

HSL color Cylindrical-coordinate representation of color #A0463E: hue angle of 4.9º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0463E is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1607062-
CMYK00.560.610.37
HSL4.9º44.14%43.53%-
HSV(B)4.9º61.25%62.75%-
XYZ17.5612.25.99-
YUV96108.82173.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.79%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=54.79%
G=23.97%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160706200.560.610.374.944.1443.53
HexA0463E0383D2552c2c
Octal24010676070754555454
Binary1010000010001101111100111000111101100101101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0463E; }

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

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

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

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

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

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

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

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