Html Css Color HEX #AE9FA8 Shady Lady

📋 copy color: '#AE9FA8'

red 174 ◦ green 159 ◦ blue 168

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

Shades of Shady Lady #AE9FA8

Tints of Shady Lady #AE9FA8

RGB

 RED value IS 174 (68.36% from 255) = 34.73%

 GREEN value IS 159 (62.5% from 255) = 31.74%

 BLUE value IS 168 (66.02% from 255) = 33.53%

R = 34.73%
G = 31.74%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE9FA8 (or 0xAE9FA8) is known color: Shady Lady. HEX triplet: AE, 9F and A8. RGB value is (174,159,168). Sum of RGB (Red+Green+Blue) = 174+159+168=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9FA8 is #516057. Grayscale: #A4A4A4. Windows color (decimal): -5333080 or 11050926. OLE color: 11050926.

HSL color Cylindrical-coordinate representation of color #AE9FA8: hue angle of 324º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AE9FA8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 159 168 -
CMYK 0 0.09 0.03 0.32
HSL 324º 0.08% 0.65% -
HSV(B) 324º 0.09% 0.68% -
XYZ 36.92 36.62 42.17 -
YUV 164.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 174 159 168 0 0.09 0.03 0.32 324 0.08 0.65
Hex AE 9F A8 0 9 3 20 144 8 41
Octal 256 237 250 0 11 3 40 504 10 101
Binary 10101110 10011111 10101000 0 1001 11 100000 101000100 1000 1000001

Color Harmonies of #AE9FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9FA8

Black with #AE9FA8

Text Example


Text Example

White with #AE9FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9FA8; }

 p { color: rgb(174,159,168); }

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

background-color css

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

 a { background-color: rgb(174,159,168); }

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

border-color css

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

 span { border-color: rgb(174,159,168); }

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