Html Css Color HEX #AE929D Shady Lady

📋 copy color: '#AE929D'

red 174 ◦ green 146 ◦ blue 157

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

Shades of Shady Lady #AE929D

Tints of Shady Lady #AE929D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.61%

 BLUE value IS 157 (61.72% from 255) = 32.91%

R = 36.48%
G = 30.61%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE929D (or 0xAE929D) is known color: Shady Lady. HEX triplet: AE, 92 and 9D. RGB value is (174,146,157). Sum of RGB (Red+Green+Blue) = 174+146+157=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE929D is #516D62. Grayscale: #9B9B9B. Windows color (decimal): -5336419 or 10326702. OLE color: 10326702.

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

Color convert

RGB 174 146 157 -
CMYK 0 0.16 0.10 0.32
HSL 336.43º 0.15% 0.63% -
HSV(B) 336.43º 0.16% 0.68% -
XYZ 33.82 31.99 36.29 -
YUV 155.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 174 146 157 0 0.16 0.10 0.32 336.43 0.15 0.63
Hex AE 92 9D 0 10 A 20 150 F 3F
Octal 256 222 235 0 20 12 40 520 17 77
Binary 10101110 10010010 10011101 0 10000 1010 100000 101010000 1111 111111

Color Harmonies of #AE929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE929D

Black with #AE929D

Text Example


Text Example

White with #AE929D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE929D; }

 p { color: rgb(174,146,157); }

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

background-color css

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

 a { background-color: rgb(174,146,157); }

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

border-color css

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

 span { border-color: rgb(174,146,157); }

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