#A08688

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

Shades of Turkish Rose #A08688

Tints of Turkish Rose #A08688

Color information

#A08688 (or 0xA08688) is unknown color: approx Turkish Rose. HEX triplet: A0, 86 and 88. RGB value is (160,134,136). Sum of RGB (Red+Green+Blue) = 160+134+136=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A08688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08688 is #5F7977. Grayscale: #8E8E8E. Windows color (decimal): -6257016 or 8947360. OLE color: 8947360.

HSL color Cylindrical-coordinate representation of color #A08688: hue angle of 355.38º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08688 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB160134136-
CMYK00.160.150.37
HSL355.38º12.04%57.65%-
HSV(B)355.38º16.25%62.75%-
XYZ27.4726.326.92-
YUV142124.61140.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=37.21%
G=31.16%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013413600.160.150.37355.3812.0457.65
HexA08688010F25163c3a
Octal24020621002017455431472
Binary10100000100001101000100001000011111001011011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08688; }

 p { color: rgb(160,134,136); }

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

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

 a { background-color: rgb(160,134,136); }

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

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

 span { border-color: rgb(160,134,136); }

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