#A96176

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

Shades of Turkish Rose #A96176

Tints of Turkish Rose #A96176

Color information

#A96176 (or 0xA96176) is unknown color: approx Turkish Rose. HEX triplet: A9, 61 and 76. RGB value is (169,97,118). Sum of RGB (Red+Green+Blue) = 169+97+118=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A96176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96176 is #569E89. Grayscale: #787878. Windows color (decimal): -5676682 or 7758249. OLE color: 7758249.

HSL color Cylindrical-coordinate representation of color #A96176: hue angle of 342.5º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96176 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16997118-
CMYK00.430.300.34
HSL342.5º29.51%52.16%-
HSV(B)342.5º42.6%66.27%-
XYZ23.9118.2919.41-
YUV120.92126.35162.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=44.01%
G=25.26%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699711800.430.300.34342.529.5152.16
HexA9617602B1E221561e34
Octal25114116605336425263664
Binary101010011100001111011001010111111010001010101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96176; }

 p { color: rgb(169,97,118); }

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

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

 a { background-color: rgb(169,97,118); }

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

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

 span { border-color: rgb(169,97,118); }

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