#A86676

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

Shades of Turkish Rose #A86676

Tints of Turkish Rose #A86676

Color information

#A86676 (or 0xA86676) is unknown color: approx Turkish Rose. HEX triplet: A8, 66 and 76. RGB value is (168,102,118). Sum of RGB (Red+Green+Blue) = 168+102+118=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A86676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86676 is #579989. Grayscale: #7B7B7B. Windows color (decimal): -5740938 or 7759528. OLE color: 7759528.

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

Color convert

RGB168102118-
CMYK00.390.300.34
HSL345.45º27.5%52.94%-
HSV(B)345.45º39.29%65.88%-
XYZ24.1719.1419.56-
YUV123.56124.87159.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=43.30%
G=26.29%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810211800.390.300.34345.4527.552.94
HexA866760271E221591c35
Octal25014616604736425313465
Binary101010001100110111011001001111111010001010101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86676; }

 p { color: rgb(168,102,118); }

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

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

 a { background-color: rgb(168,102,118); }

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

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

 span { border-color: rgb(168,102,118); }

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