Html Css Color HEX #AE99A5 Shady Lady

📋 copy color: '#AE99A5'

red 174 ◦ green 153 ◦ blue 165

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

Shades of Shady Lady #AE99A5

Tints of Shady Lady #AE99A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 35.37%
G = 31.1%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE99A5 (or 0xAE99A5) is known color: Shady Lady. HEX triplet: AE, 99 and A5. RGB value is (174,153,165). Sum of RGB (Red+Green+Blue) = 174+153+165=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AE99A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE99A5 is #51665A. Grayscale: #A0A0A0. Windows color (decimal): -5334619 or 10852782. OLE color: 10852782.

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

Color convert

RGB 174 153 165 -
CMYK 0 0.12 0.05 0.32
HSL 325.71º 0.11% 0.64% -
HSV(B) 325.71º 0.12% 0.68% -
XYZ 35.64 34.5 40.38 -
YUV 160.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 174 153 165 0 0.12 0.05 0.32 325.71 0.11 0.64
Hex AE 99 A5 0 C 5 20 146 B 40
Octal 256 231 245 0 14 5 40 506 13 100
Binary 10101110 10011001 10100101 0 1100 101 100000 101000110 1011 1000000

Color Harmonies of #AE99A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE99A5

Black with #AE99A5

Text Example


Text Example

White with #AE99A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE99A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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