Html Css Color HEX #A87E80 Turkish Rose

📋 copy color: '#A87E80'

red 168 ◦ green 126 ◦ blue 128

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

Shades of Turkish Rose #A87E80

Tints of Turkish Rose #A87E80

RGB

 RED value IS 168 (66.02% from 255) = 39.81%

 GREEN value IS 126 (49.61% from 255) = 29.86%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 39.81%
G = 29.86%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A87E80 (or 0xA87E80) is known color: Turkish Rose. HEX triplet: A8, 7E and 80. RGB value is (168,126,128). Sum of RGB (Red+Green+Blue) = 168+126+128=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87E80 is #57817F. Grayscale: #8A8A8A. Windows color (decimal): -5734784 or 8421032. OLE color: 8421032.

HSL color Cylindrical-coordinate representation of color #A87E80: hue angle of 357.14º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87E80 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 126 128 -
CMYK 0 0.25 0.24 0.34
HSL 357.14º 0.19% 0.58% -
HSV(B) 357.14º 0.25% 0.66% -
XYZ 27.51 24.81 23.76 -
YUV 138.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 168 126 128 0 0.25 0.24 0.34 357.14 0.19 0.58
Hex A8 7E 80 0 19 18 22 165 13 3A
Octal 250 176 200 0 31 30 42 545 23 72
Binary 10101000 1111110 10000000 0 11001 11000 100010 101100101 10011 111010

Color Harmonies of #A87E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E80

Black with #A87E80

Text Example


Text Example

White with #A87E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E80; }

 p { color: rgb(168,126,128); }

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

background-color css

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

 a { background-color: rgb(168,126,128); }

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

border-color css

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

 span { border-color: rgb(168,126,128); }

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