#A16875

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

Shades of Turkish Rose #A16875

Tints of Turkish Rose #A16875

Color information

#A16875 (or 0xA16875) is unknown color: approx Turkish Rose. HEX triplet: A1, 68 and 75. RGB value is (161,104,117). Sum of RGB (Red+Green+Blue) = 161+104+117=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A16875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16875 is #5E978A. Grayscale: #7A7A7A. Windows color (decimal): -6199179 or 7694497. OLE color: 7694497.

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

Color convert

RGB161104117-
CMYK00.350.270.37
HSL346.32º23.27%51.96%-
HSV(B)346.32º35.4%63.14%-
XYZ22.8618.7619.25-
YUV122.52124.88155.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=42.15%
G=27.23%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110411700.350.270.37346.3223.2751.96
HexA168750231B2515a1734
Octal24115016504333455322764
Binary101000011101000111010101000111101110010110101101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16875; }

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

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

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

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

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

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

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

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