Html Css Color HEX #A87881 Turkish Rose

📋 copy color: '#A87881'

red 168 ◦ green 120 ◦ blue 129

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

Shades of Turkish Rose #A87881

Tints of Turkish Rose #A87881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

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

R = 40.29%
G = 28.78%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A87881 (or 0xA87881) is known color: Turkish Rose. HEX triplet: A8, 78 and 81. RGB value is (168,120,129). Sum of RGB (Red+Green+Blue) = 168+120+129=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A87881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87881 is #57877E. Grayscale: #878787. Windows color (decimal): -5736319 or 8485032. OLE color: 8485032.

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

Color convert

RGB 168 120 129 -
CMYK 0 0.29 0.23 0.34
HSL 348.75º 0.22% 0.56% -
HSV(B) 348.75º 0.29% 0.66% -
XYZ 26.83 23.34 23.86 -
YUV 135.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 168 120 129 0 0.29 0.23 0.34 348.75 0.22 0.56
Hex A8 78 81 0 1D 17 22 15D 16 38
Octal 250 170 201 0 35 27 42 535 26 70
Binary 10101000 1111000 10000001 0 11101 10111 100010 101011101 10110 111000

Color Harmonies of #A87881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87881

Black with #A87881

Text Example


Text Example

White with #A87881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87881; }

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

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

background-color css

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

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

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

border-color css

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

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

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