Html Css Color HEX #AE999F Shady Lady

📋 copy color: '#AE999F'

red 174 ◦ green 153 ◦ blue 159

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

Shades of Shady Lady #AE999F

Tints of Shady Lady #AE999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

 BLUE value IS 159 (62.5% from 255) = 32.72%

R = 35.8%
G = 31.48%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE999F (or 0xAE999F) is known color: Shady Lady. HEX triplet: AE, 99 and 9F. RGB value is (174,153,159). Sum of RGB (Red+Green+Blue) = 174+153+159=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AE999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE999F is #516660. Grayscale: #9F9F9F. Windows color (decimal): -5334625 or 10459566. OLE color: 10459566.

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

Color convert

RGB 174 153 159 -
CMYK 0 0.12 0.09 0.32
HSL 342.86º 0.11% 0.64% -
HSV(B) 342.86º 0.12% 0.68% -
XYZ 35.1 34.28 37.57 -
YUV 159.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 174 153 159 0 0.12 0.09 0.32 342.86 0.11 0.64
Hex AE 99 9F 0 C 9 20 157 B 40
Octal 256 231 237 0 14 11 40 527 13 100
Binary 10101110 10011001 10011111 0 1100 1001 100000 101010111 1011 1000000

Color Harmonies of #AE999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE999F

Black with #AE999F

Text Example


Text Example

White with #AE999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE999F; }

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

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

background-color css

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

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

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

border-color css

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

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

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