#A16B71

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

Shades of Turkish Rose #A16B71

Tints of Turkish Rose #A16B71

Color information

#A16B71 (or 0xA16B71) is unknown color: approx Turkish Rose. HEX triplet: A1, 6B and 71. RGB value is (161,107,113). Sum of RGB (Red+Green+Blue) = 161+107+113=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B71 is #5E948E. Grayscale: #7B7B7B. Windows color (decimal): -6198415 or 7433121. OLE color: 7433121.

HSL color Cylindrical-coordinate representation of color #A16B71: hue angle of 353.33º 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 #A16B71 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161107113-
CMYK00.340.300.37
HSL353.33º22.31%52.55%-
HSV(B)353.33º33.54%63.14%-
XYZ22.9419.2818.14-
YUV123.83121.89154.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=42.26%
G=28.08%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110711300.340.300.37353.3322.3152.55
HexA16B710221E251611635
Octal24115316104236455412665
Binary101000011101011111000101000101111010010110110000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B71; }

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

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

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

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

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

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

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

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