#A8686E

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

Shades of Turkish Rose #A8686E

Tints of Turkish Rose #A8686E

Color information

#A8686E (or 0xA8686E) is unknown color: approx Turkish Rose. HEX triplet: A8, 68 and 6E. RGB value is (168,104,110). Sum of RGB (Red+Green+Blue) = 168+104+110=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8686E is #579791. Grayscale: #7B7B7B. Windows color (decimal): -5740434 or 7235752. OLE color: 7235752.

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

Color convert

RGB168104110-
CMYK00.380.350.34
HSL354.38º26.89%53.33%-
HSV(B)354.38º38.1%65.88%-
XYZ23.9119.3517.23-
YUV123.82120.2159.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=43.98%
G=27.23%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810411000.380.350.34354.3826.8953.33
HexA8686E02623221621b35
Octal25015015604643425423365
Binary1010100011010001101110010011010001110001010110001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8686E; }

 p { color: rgb(168,104,110); }

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

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

 a { background-color: rgb(168,104,110); }

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

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

 span { border-color: rgb(168,104,110); }

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