#A64441

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

Shades of Roof Terracotta #A64441

Tints of Roof Terracotta #A64441

Color information

#A64441 (or 0xA64441) is unknown color: approx Roof Terracotta. HEX triplet: A6, 44 and 41. RGB value is (166,68,65). Sum of RGB (Red+Green+Blue) = 166+68+65=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A64441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64441 is #59BBBE. Grayscale: #616161. Windows color (decimal): -5880767 or 4277414. OLE color: 4277414.

HSL color Cylindrical-coordinate representation of color #A64441: hue angle of 1.78º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64441 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1666865-
CMYK00.590.610.35
HSL1.78º43.72%45.29%-
HSV(B)1.78º60.84%65.1%-
XYZ18.7512.626.45-
YUV96.96109.97177.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=55.52%
G=22.74%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166686500.590.610.351.7843.7245.29
HexA6444103B3D2322c2d
Octal246104101073754325455
Binary1010011010001001000001011101111110110001110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64441; }

 p { color: rgb(166,68,65); }

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

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

 a { background-color: rgb(166,68,65); }

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

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

 span { border-color: rgb(166,68,65); }

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