#A4453E

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

Shades of Roof Terracotta #A4453E

Tints of Roof Terracotta #A4453E

Color information

#A4453E (or 0xA4453E) is unknown color: approx Roof Terracotta. HEX triplet: A4, 45 and 3E. RGB value is (164,69,62). Sum of RGB (Red+Green+Blue) = 164+69+62=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4453E is #5BBAC1. Grayscale: #606060. Windows color (decimal): -6011586 or 4081060. OLE color: 4081060.

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

Color convert

RGB1646962-
CMYK00.580.620.36
HSL4.12º45.13%44.31%-
HSV(B)4.12º62.2%64.31%-
XYZ18.3112.56-
YUV96.61108.47176.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=55.59%
G=23.39%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164696200.580.620.364.1245.1344.31
HexA4453E03A3E2442d2c
Octal24410576072764445554
Binary1010010010001011111100111010111110100100100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4453E; }

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

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

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

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

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

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

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

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