Html Css Color HEX #A88D97 Shady Lady

📋 copy color: '#A88D97'

red 168 ◦ green 141 ◦ blue 151

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

Shades of Shady Lady #A88D97

Tints of Shady Lady #A88D97

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.65%

 BLUE value IS 151 (59.38% from 255) = 32.83%

R = 36.52%
G = 30.65%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A88D97 (or 0xA88D97) is known color: Shady Lady. HEX triplet: A8, 8D and 97. RGB value is (168,141,151). Sum of RGB (Red+Green+Blue) = 168+141+151=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88D97 is #577268. Grayscale: #969696. Windows color (decimal): -5730921 or 9932200. OLE color: 9932200.

HSL color Cylindrical-coordinate representation of color #A88D97: hue angle of 337.78º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A88D97 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 141 151 -
CMYK 0 0.16 0.10 0.34
HSL 337.78º 0.13% 0.61% -
HSV(B) 337.78º 0.16% 0.66% -
XYZ 31.26 29.61 33.35 -
YUV 150.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 168 141 151 0 0.16 0.10 0.34 337.78 0.13 0.61
Hex A8 8D 97 0 10 A 22 152 D 3D
Octal 250 215 227 0 20 12 42 522 15 75
Binary 10101000 10001101 10010111 0 10000 1010 100010 101010010 1101 111101

Color Harmonies of #A88D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D97

Black with #A88D97

Text Example


Text Example

White with #A88D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D97; }

 p { color: rgb(168,141,151); }

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

background-color css

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

 a { background-color: rgb(168,141,151); }

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

border-color css

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

 span { border-color: rgb(168,141,151); }

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