#A86679

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

Shades of Turkish Rose #A86679

Tints of Turkish Rose #A86679

Color information

#A86679 (or 0xA86679) is unknown color: approx Turkish Rose. HEX triplet: A8, 66 and 79. RGB value is (168,102,121). Sum of RGB (Red+Green+Blue) = 168+102+121=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A86679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86679 is #579986. Grayscale: #7B7B7B. Windows color (decimal): -5740935 or 7956136. OLE color: 7956136.

HSL color Cylindrical-coordinate representation of color #A86679: hue angle of 342.73º 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 #A86679 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB168102121-
CMYK00.390.280.34
HSL342.73º27.5%52.94%-
HSV(B)342.73º39.29%65.88%-
XYZ24.3519.2120.51-
YUV123.9126.37159.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=42.97%
G=26.09%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810212100.390.280.34342.7327.552.94
HexA866790271C221571c35
Octal25014617104734425273465
Binary101010001100110111100101001111110010001010101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86679; }

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

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

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

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

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

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

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

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