#A16979

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

Shades of Turkish Rose #A16979

Tints of Turkish Rose #A16979

Color information

#A16979 (or 0xA16979) is unknown color: approx Turkish Rose. HEX triplet: A1, 69 and 79. RGB value is (161,105,121). Sum of RGB (Red+Green+Blue) = 161+105+121=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A16979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16979 is #5E9686. Grayscale: #7B7B7B. Windows color (decimal): -6198919 or 7956897. OLE color: 7956897.

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

Color convert

RGB161105121-
CMYK00.350.250.37
HSL342.86º22.95%52.16%-
HSV(B)342.86º34.78%63.14%-
XYZ23.219.0620.55-
YUV123.57126.55154.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=41.60%
G=27.13%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110512100.350.250.37342.8622.9552.16
HexA1697902319251571734
Octal24115117104331455272764
Binary101000011101001111100101000111100110010110101011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16979; }

 p { color: rgb(161,105,121); }

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

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

 a { background-color: rgb(161,105,121); }

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

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

 span { border-color: rgb(161,105,121); }

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