#a16b7c

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

Shades of Turkish Rose #A16B7C

Tints of Turkish Rose #A16B7C

Color information

#A16B7C (or 0xA16B7C) is unknown color: approx Turkish Rose. HEX triplet: A1, 6B and 7C. RGB value is (161,107,124). Sum of RGB (Red+Green+Blue) = 161+107+124=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B7C is #5E9483. Grayscale: #7D7D7D. Windows color (decimal): -6198404 or 8154017. OLE color: 8154017.

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

Color convert

RGB161107124-
CMYK00.340.230.37
HSL341.11º22.31%52.55%-
HSV(B)341.11º33.54%63.14%-
XYZ23.5919.5521.6-
YUV125.08127.39153.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=41.07%
G=27.30%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110712400.340.230.37341.1122.3152.55
HexA16B7C02217251551635
Octal24115317404227455252665
Binary101000011101011111110001000101011110010110101010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a16b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a16b7c; }

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

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

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

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

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

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

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

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