#A16470

Color #A16470 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A16470

Tints of Turkish Rose #A16470

Color information

#A16470 (or 0xA16470) is unknown color: approx Turkish Rose. HEX triplet: A1, 64 and 70. RGB value is (161,100,112). Sum of RGB (Red+Green+Blue) = 161+100+112=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A16470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16470 is #5E9B8F. Grayscale: #777777. Windows color (decimal): -6200208 or 7365793. OLE color: 7365793.

HSL color Cylindrical-coordinate representation of color #A16470: hue angle of 348.2º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16470 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161100112-
CMYK00.380.300.37
HSL348.2º24.5%51.18%-
HSV(B)348.2º37.89%63.14%-
XYZ22.1817.8617.61-
YUV119.61123.71157.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=43.16%
G=26.81%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110011200.380.300.37348.224.551.18
HexA164700261E2515c1833
Octal24114416004636455343063
Binary101000011100100111000001001101111010010110101110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16470; }

 p { color: rgb(161,100,112); }

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

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

 a { background-color: rgb(161,100,112); }

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

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

 span { border-color: rgb(161,100,112); }

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