#A4463E

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

Shades of Roof Terracotta #A4463E

Tints of Roof Terracotta #A4463E

Color information

#A4463E (or 0xA4463E) is unknown color: approx Roof Terracotta. HEX triplet: A4, 46 and 3E. RGB value is (164,70,62). Sum of RGB (Red+Green+Blue) = 164+70+62=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A4463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4463E is #5BB9C1. Grayscale: #616161. Windows color (decimal): -6011330 or 4081316. OLE color: 4081316.

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

Color convert

RGB1647062-
CMYK00.570.620.36
HSL4.71º45.13%44.31%-
HSV(B)4.71º62.2%64.31%-
XYZ18.3712.626.03-
YUV97.19108.14175.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.41%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 62 (24.61% from 255) = 20.95%
R=55.41%
G=23.65%
B=20.95%

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
Decimal164706200.570.620.364.7145.1344.31
HexA4463E0393E2452d2c
Octal24410676071764455554
Binary1010010010001101111100111001111110100100101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4463E; }

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

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

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

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

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

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

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

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