Html Css Color HEX #A08889 Turkish Rose

📋 copy color: '#A08889'

red 160 ◦ green 136 ◦ blue 137

#A08889
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #A08889

Tints of Turkish Rose #A08889

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 value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A08889 (or 0xA08889) is known color: 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

RGB 160 136 137 -
CMYK 0 0.15 0.14 0.37
HSL 357.5º 0.11% 0.58% -
HSV(B) 357.5º 0.15% 0.63% -
XYZ 27.82 26.89 27.39 -
YUV 143.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 160 136 137 0 0.15 0.14 0.37 357.5 0.11 0.58
Hex A0 88 89 0 F E 25 166 B 3A
Octal 240 210 211 0 17 16 45 546 13 72
Binary 10100000 10001000 10001001 0 1111 1110 100101 101100110 1011 111010

Color Harmonies of #A08889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08889

Black with #A08889

Text Example


Text Example

White with #A08889

Text Example


Text Example

HTML Codes & Css Web 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>