#A96876

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

Shades of Turkish Rose #A96876

Tints of Turkish Rose #A96876

Color information

#A96876 (or 0xA96876) is unknown color: approx Turkish Rose. HEX triplet: A9, 68 and 76. RGB value is (169,104,118). Sum of RGB (Red+Green+Blue) = 169+104+118=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A96876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96876 is #569789. Grayscale: #7D7D7D. Windows color (decimal): -5674890 or 7760041. OLE color: 7760041.

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

Color convert

RGB169104118-
CMYK00.380.300.34
HSL347.08º27.43%53.53%-
HSV(B)347.08º38.46%66.27%-
XYZ24.5819.6419.64-
YUV125.03124.03159.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=43.22%
G=26.60%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910411800.380.300.34347.0827.4353.53
HexA968760261E2215b1b36
Octal25115016604636425333366
Binary101010011101000111011001001101111010001010101101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96876; }

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

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

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

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

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

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

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

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