#A08889

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

Shades of Turkish Rose #A08889

Tints of Turkish Rose #A08889

Color information

#A08889 (or 0xA08889) is unknown color: approx Turkish Rose. HEX triplet: A0, 88 and 89. RGB value is (160,136,137). Sum of RGB (Red+Green+Blue) = 160+136+137=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A08889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08889 is #5F7776. Grayscale: #8F8F8F. Windows color (decimal): -6256503 or 9013408. OLE color: 9013408.

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

Color convert

RGB160136137-
CMYK00.150.140.37
HSL357.5º11.21%58.04%-
HSV(B)357.5º15%62.75%-
XYZ27.8226.8927.39-
YUV143.29124.45139.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 137 (53.91% from 255) = 31.64%
R=36.95%
G=31.41%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013613700.150.140.37357.511.2158.04
HexA088890FE25166b3a
Octal24021021101716455461372
Binary1010000010001000100010010111111101001011011001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08889; }

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

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

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

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

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

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

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

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