Html Css Color HEX #AE99A2 Shady Lady

📋 copy color: '#AE99A2'

red 174 ◦ green 153 ◦ blue 162

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

Shades of Shady Lady #AE99A2

Tints of Shady Lady #AE99A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.13%

R = 35.58%
G = 31.29%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE99A2 (or 0xAE99A2) is known color: Shady Lady. HEX triplet: AE, 99 and A2. RGB value is (174,153,162). Sum of RGB (Red+Green+Blue) = 174+153+162=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AE99A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE99A2 is #51665D. Grayscale: #A0A0A0. Windows color (decimal): -5334622 or 10656174. OLE color: 10656174.

HSL color Cylindrical-coordinate representation of color #AE99A2: hue angle of 334.29º 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 #AE99A2 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 162 -
CMYK 0 0.12 0.07 0.32
HSL 334.29º 0.11% 0.64% -
HSV(B) 334.29º 0.12% 0.68% -
XYZ 35.37 34.39 38.96 -
YUV 160.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 174 153 162 0 0.12 0.07 0.32 334.29 0.11 0.64
Hex AE 99 A2 0 C 7 20 14E B 40
Octal 256 231 242 0 14 7 40 516 13 100
Binary 10101110 10011001 10100010 0 1100 111 100000 101001110 1011 1000000

Color Harmonies of #AE99A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE99A2

Black with #AE99A2

Text Example


Text Example

White with #AE99A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE99A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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