Html Css Color HEX #A88A93 Shady Lady

📋 copy color: '#A88A93'

red 168 ◦ green 138 ◦ blue 147

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

Shades of Shady Lady #A88A93

Tints of Shady Lady #A88A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.46%

 BLUE value IS 147 (57.81% from 255) = 32.45%

R = 37.09%
G = 30.46%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A88A93 (or 0xA88A93) is known color: Shady Lady. HEX triplet: A8, 8A and 93. RGB value is (168,138,147). Sum of RGB (Red+Green+Blue) = 168+138+147=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88A93 is #57756C. Grayscale: #939393. Windows color (decimal): -5731693 or 9669288. OLE color: 9669288.

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

Color convert

RGB 168 138 147 -
CMYK 0 0.18 0.13 0.34
HSL 342º 0.15% 0.6% -
HSV(B) 342º 0.18% 0.66% -
XYZ 30.5 28.61 31.52 -
YUV 148 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 168 138 147 0 0.18 0.13 0.34 342 0.15 0.6
Hex A8 8A 93 0 12 D 22 156 F 3C
Octal 250 212 223 0 22 15 42 526 17 74
Binary 10101000 10001010 10010011 0 10010 1101 100010 101010110 1111 111100

Color Harmonies of #A88A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A93

Black with #A88A93

Text Example


Text Example

White with #A88A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A93; }

 p { color: rgb(168,138,147); }

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

background-color css

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

 a { background-color: rgb(168,138,147); }

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

border-color css

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

 span { border-color: rgb(168,138,147); }

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