#A16C7C

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

Shades of Turkish Rose #A16C7C

Tints of Turkish Rose #A16C7C

Color information

#A16C7C (or 0xA16C7C) is unknown color: approx Turkish Rose. HEX triplet: A1, 6C and 7C. RGB value is (161,108,124). Sum of RGB (Red+Green+Blue) = 161+108+124=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C7C is #5E9383. Grayscale: #7D7D7D. Windows color (decimal): -6198148 or 8154273. OLE color: 8154273.

HSL color Cylindrical-coordinate representation of color #A16C7C: hue angle of 341.89º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16C7C is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB161108124-
CMYK00.330.230.37
HSL341.89º21.99%52.75%-
HSV(B)341.89º32.92%63.14%-
XYZ23.719.7621.63-
YUV125.67127.06153.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=40.97%
G=27.48%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110812400.330.230.37341.8921.9952.75
HexA16C7C02117251561635
Octal24115417404127455262665
Binary101000011101100111110001000011011110010110101011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C7C; }

 p { color: rgb(161,108,124); }

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

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

 a { background-color: rgb(161,108,124); }

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

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

 span { border-color: rgb(161,108,124); }

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