#A16066

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

Shades of Turkish Rose #A16066

Tints of Turkish Rose #A16066

Color information

#A16066 (or 0xA16066) is unknown color: approx Turkish Rose. HEX triplet: A1, 60 and 66. RGB value is (161,96,102). Sum of RGB (Red+Green+Blue) = 161+96+102=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A16066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16066 is #5E9F99. Grayscale: #747474. Windows color (decimal): -6201242 or 6709409. OLE color: 6709409.

HSL color Cylindrical-coordinate representation of color #A16066: hue angle of 354.46º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16066 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB16196102-
CMYK00.400.370.37
HSL354.46º25.69%50.39%-
HSV(B)354.46º40.37%63.14%-
XYZ21.2816.914.71-
YUV116.12120.03160.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=44.85%
G=26.74%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619610200.400.370.37354.4625.6950.39
HexA1606602825251621a32
Octal24114014605045455423262
Binary1010000111000001100110010100010010110010110110001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16066; }

 p { color: rgb(161,96,102); }

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

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

 a { background-color: rgb(161,96,102); }

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

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

 span { border-color: rgb(161,96,102); }

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