Html Css Color HEX #AE8E9C Shady Lady

📋 copy color: '#AE8E9C'

red 174 ◦ green 142 ◦ blue 156

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

Shades of Shady Lady #AE8E9C

Tints of Shady Lady #AE8E9C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.08%

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 36.86%
G = 30.08%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE8E9C (or 0xAE8E9C) is known color: Shady Lady. HEX triplet: AE, 8E and 9C. RGB value is (174,142,156). Sum of RGB (Red+Green+Blue) = 174+142+156=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8E9C is #517163. Grayscale: #999999. Windows color (decimal): -5337444 or 10260142. OLE color: 10260142.

HSL color Cylindrical-coordinate representation of color #AE8E9C: hue angle of 333.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AE8E9C is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 142 156 -
CMYK 0 0.18 0.10 0.32
HSL 333.75º 0.16% 0.62% -
HSV(B) 333.75º 0.18% 0.68% -
XYZ 33.13 30.74 35.64 -
YUV 153.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 174 142 156 0 0.18 0.10 0.32 333.75 0.16 0.62
Hex AE 8E 9C 0 12 A 20 14E 10 3E
Octal 256 216 234 0 22 12 40 516 20 76
Binary 10101110 10001110 10011100 0 10010 1010 100000 101001110 10000 111110

Color Harmonies of #AE8E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8E9C

Black with #AE8E9C

Text Example


Text Example

White with #AE8E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8E9C; }

 p { color: rgb(174,142,156); }

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

background-color css

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

 a { background-color: rgb(174,142,156); }

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

border-color css

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

 span { border-color: rgb(174,142,156); }

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