#A4443E

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

Shades of Roof Terracotta #A4443E

Tints of Roof Terracotta #A4443E

Color information

#A4443E (or 0xA4443E) is unknown color: approx Roof Terracotta. HEX triplet: A4, 44 and 3E. RGB value is (164,68,62). Sum of RGB (Red+Green+Blue) = 164+68+62=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4443E is #5BBBC1. Grayscale: #606060. Windows color (decimal): -6011842 or 4080804. OLE color: 4080804.

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

Color convert

RGB1646862-
CMYK00.590.620.36
HSL3.53º45.13%44.31%-
HSV(B)3.53º62.2%64.31%-
XYZ18.2512.375.98-
YUV96.02108.8176.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.78%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=55.78%
G=23.13%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164686200.590.620.363.5345.1344.31
HexA4443E03B3E2442d2c
Octal24410476073764445554
Binary1010010010001001111100111011111110100100100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4443E; }

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

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

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

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

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

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

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

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