#A14644

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

Shades of Roof Terracotta #A14644

Tints of Roof Terracotta #A14644

Color information

#A14644 (or 0xA14644) is unknown color: approx Roof Terracotta. HEX triplet: A1, 46 and 44. RGB value is (161,70,68). Sum of RGB (Red+Green+Blue) = 161+70+68=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A14644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14644 is #5EB9BB. Grayscale: #616161. Windows color (decimal): -6207932 or 4474529. OLE color: 4474529.

HSL color Cylindrical-coordinate representation of color #A14644: hue angle of 1.29º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14644 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB1617068-
CMYK00.570.580.37
HSL1.29º40.61%44.9%-
HSV(B)1.29º57.76%63.14%-
XYZ17.9312.376.91-
YUV96.98111.65173.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=53.85%
G=23.41%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161706800.570.580.371.2940.6144.9
HexA146440393A251292d
Octal241106104071724515155
Binary101000011000110100010001110011110101001011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14644; }

 p { color: rgb(161,70,68); }

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

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

 a { background-color: rgb(161,70,68); }

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

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

 span { border-color: rgb(161,70,68); }

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