Html Css Color HEX #AE94A0 Shady Lady

📋 copy color: '#AE94A0'

red 174 ◦ green 148 ◦ blue 160

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

Shades of Shady Lady #AE94A0

Tints of Shady Lady #AE94A0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 36.1%
G = 30.71%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE94A0 (or 0xAE94A0) is known color: Shady Lady. HEX triplet: AE, 94 and A0. RGB value is (174,148,160). Sum of RGB (Red+Green+Blue) = 174+148+160=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AE94A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE94A0 is #516B5F. Grayscale: #9D9D9D. Windows color (decimal): -5335904 or 10523822. OLE color: 10523822.

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

Color convert

RGB 174 148 160 -
CMYK 0 0.15 0.08 0.32
HSL 332.31º 0.14% 0.63% -
HSV(B) 332.31º 0.15% 0.68% -
XYZ 34.39 32.72 37.76 -
YUV 157.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 174 148 160 0 0.15 0.08 0.32 332.31 0.14 0.63
Hex AE 94 A0 0 F 8 20 14C E 3F
Octal 256 224 240 0 17 10 40 514 16 77
Binary 10101110 10010100 10100000 0 1111 1000 100000 101001100 1110 111111

Color Harmonies of #AE94A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE94A0

Black with #AE94A0

Text Example


Text Example

White with #AE94A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE94A0; }

 p { color: rgb(174,148,160); }

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

background-color css

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

 a { background-color: rgb(174,148,160); }

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

border-color css

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

 span { border-color: rgb(174,148,160); }

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