#A16168

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

Shades of Turkish Rose #A16168

Tints of Turkish Rose #A16168

Color information

#A16168 (or 0xA16168) is unknown color: approx Turkish Rose. HEX triplet: A1, 61 and 68. RGB value is (161,97,104). Sum of RGB (Red+Green+Blue) = 161+97+104=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A16168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16168 is #5E9E97. Grayscale: #747474. Windows color (decimal): -6200984 or 6840737. OLE color: 6840737.

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

Color convert

RGB16197104-
CMYK00.400.350.37
HSL353.44º25.4%50.59%-
HSV(B)353.44º39.75%63.14%-
XYZ21.4717.1315.27-
YUV116.93120.7159.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=44.48%
G=26.80%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619710400.400.350.37353.4425.450.59
HexA1616802823251611933
Octal24114115005043455413163
Binary1010000111000011101000010100010001110010110110000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16168; }

 p { color: rgb(161,97,104); }

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

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

 a { background-color: rgb(161,97,104); }

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

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

 span { border-color: rgb(161,97,104); }

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