Html Css Color HEX #A87F81 Turkish Rose

📋 copy color: '#A87F81'

red 168 ◦ green 127 ◦ blue 129

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

Shades of Turkish Rose #A87F81

Tints of Turkish Rose #A87F81

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

 BLUE value IS 129 (50.78% from 255) = 30.42%

R = 39.62%
G = 29.95%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A87F81 (or 0xA87F81) is known color: Turkish Rose. HEX triplet: A8, 7F and 81. RGB value is (168,127,129). Sum of RGB (Red+Green+Blue) = 168+127+129=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F81 is #57807E. Grayscale: #8B8B8B. Windows color (decimal): -5734527 or 8486824. OLE color: 8486824.

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

Color convert

RGB 168 127 129 -
CMYK 0 0.24 0.23 0.34
HSL 357.07º 0.19% 0.58% -
HSV(B) 357.07º 0.24% 0.66% -
XYZ 27.7 25.09 24.15 -
YUV 139.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 168 127 129 0 0.24 0.23 0.34 357.07 0.19 0.58
Hex A8 7F 81 0 18 17 22 165 13 3A
Octal 250 177 201 0 30 27 42 545 23 72
Binary 10101000 1111111 10000001 0 11000 10111 100010 101100101 10011 111010

Color Harmonies of #A87F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F81

Black with #A87F81

Text Example


Text Example

White with #A87F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F81; }

 p { color: rgb(168,127,129); }

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

background-color css

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

 a { background-color: rgb(168,127,129); }

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

border-color css

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

 span { border-color: rgb(168,127,129); }

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