#A16975

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

Shades of Turkish Rose #A16975

Tints of Turkish Rose #A16975

Color information

#A16975 (or 0xA16975) is unknown color: approx Turkish Rose. HEX triplet: A1, 69 and 75. RGB value is (161,105,117). Sum of RGB (Red+Green+Blue) = 161+105+117=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A16975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16975 is #5E968A. Grayscale: #7B7B7B. Windows color (decimal): -6198923 or 7694753. OLE color: 7694753.

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

Color convert

RGB161105117-
CMYK00.350.270.37
HSL347.14º22.95%52.16%-
HSV(B)347.14º34.78%63.14%-
XYZ22.9618.9619.28-
YUV123.11124.55155.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=42.04%
G=27.42%
B=30.55%

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
Decimal16110511700.350.270.37347.1422.9552.16
HexA169750231B2515b1734
Octal24115116504333455332764
Binary101000011101001111010101000111101110010110101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16975; }

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

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

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

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

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

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

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

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