Html Css Color HEX #AE929C Shady Lady

📋 copy color: '#AE929C'

red 174 ◦ green 146 ◦ blue 156

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

Shades of Shady Lady #AE929C

Tints of Shady Lady #AE929C

RGB

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

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

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

R = 36.55%
G = 30.67%
B = 32.77%

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

#AE929C (or 0xAE929C) is known color: Shady Lady. HEX triplet: AE, 92 and 9C. RGB value is (174,146,156). Sum of RGB (Red+Green+Blue) = 174+146+156=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AE929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE929C is #516D63. Grayscale: #9B9B9B. Windows color (decimal): -5336420 or 10261166. OLE color: 10261166.

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

Color convert

RGB 174 146 156 -
CMYK 0 0.16 0.10 0.32
HSL 338.57º 0.15% 0.63% -
HSV(B) 338.57º 0.16% 0.68% -
XYZ 33.74 31.96 35.84 -
YUV 155.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 174 146 156 0 0.16 0.10 0.32 338.57 0.15 0.63
Hex AE 92 9C 0 10 A 20 153 F 3F
Octal 256 222 234 0 20 12 40 523 17 77
Binary 10101110 10010010 10011100 0 10000 1010 100000 101010011 1111 111111

Color Harmonies of #AE929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE929C

Black with #AE929C

Text Example


Text Example

White with #AE929C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE929C; }

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

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

background-color css

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

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

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

border-color css

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

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

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