Html Css Color HEX #A08788 Turkish Rose

📋 copy color: '#A08788'

red 160 ◦ green 135 ◦ blue 136

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

Shades of Turkish Rose #A08788

Tints of Turkish Rose #A08788

RGB

 RED value IS 160 (62.89% from 255) = 37.12%

 GREEN value IS 135 (53.13% from 255) = 31.32%

 BLUE value IS 136 (53.52% from 255) = 31.55%

R = 37.12%
G = 31.32%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A08788 (or 0xA08788) is known color: Turkish Rose. HEX triplet: A0, 87 and 88. RGB value is (160,135,136). Sum of RGB (Red+Green+Blue) = 160+135+136=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A08788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08788 is #5F7877. Grayscale: #8E8E8E. Windows color (decimal): -6256760 or 8947616. OLE color: 8947616.

HSL color Cylindrical-coordinate representation of color #A08788: hue angle of 357.6º 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 #A08788 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 136 -
CMYK 0 0.16 0.15 0.37
HSL 357.6º 0.12% 0.58% -
HSV(B) 357.6º 0.16% 0.63% -
XYZ 27.61 26.58 26.97 -
YUV 142.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 160 135 136 0 0.16 0.15 0.37 357.6 0.12 0.58
Hex A0 87 88 0 10 F 25 166 C 3A
Octal 240 207 210 0 20 17 45 546 14 72
Binary 10100000 10000111 10001000 0 10000 1111 100101 101100110 1100 111010

Color Harmonies of #A08788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08788

Black with #A08788

Text Example


Text Example

White with #A08788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08788; }

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

 H1.HeaderClassName
 {
   color: #A08788;
 }
 .AnyTagClassName
 {
   color: #A08788;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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