Html Css Color HEX #A08687 Turkish Rose

📋 copy color: '#A08687'

red 160 ◦ green 134 ◦ blue 135

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

Shades of Turkish Rose #A08687

Tints of Turkish Rose #A08687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.24%

 BLUE value IS 135 (53.13% from 255) = 31.47%

R = 37.3%
G = 31.24%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A08687 (or 0xA08687) is known color: Turkish Rose. HEX triplet: A0, 86 and 87. RGB value is (160,134,135). Sum of RGB (Red+Green+Blue) = 160+134+135=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A08687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08687 is #5F7978. Grayscale: #8D8D8D. Windows color (decimal): -6257017 or 8881824. OLE color: 8881824.

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

Color convert

RGB 160 134 135 -
CMYK 0 0.16 0.16 0.37
HSL 357.69º 0.12% 0.58% -
HSV(B) 357.69º 0.16% 0.63% -
XYZ 27.4 26.27 26.55 -
YUV 141.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 160 134 135 0 0.16 0.16 0.37 357.69 0.12 0.58
Hex A0 86 87 0 10 10 25 166 C 3A
Octal 240 206 207 0 20 20 45 546 14 72
Binary 10100000 10000110 10000111 0 10000 10000 100101 101100110 1100 111010

Color Harmonies of #A08687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08687

Black with #A08687

Text Example


Text Example

White with #A08687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08687; }

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

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

background-color css

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

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

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

border-color css

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

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

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