Html Css Color HEX #AE929B Shady Lady

📋 copy color: '#AE929B'

red 174 ◦ green 146 ◦ blue 155

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

Shades of Shady Lady #AE929B

Tints of Shady Lady #AE929B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 36.63%
G = 30.74%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE929B (or 0xAE929B) is known color: Shady Lady. HEX triplet: AE, 92 and 9B. RGB value is (174,146,155). Sum of RGB (Red+Green+Blue) = 174+146+155=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 174 - color contains mainly: red. Hex color #AE929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE929B is #516D64. Grayscale: #9B9B9B. Windows color (decimal): -5336421 or 10195630. OLE color: 10195630.

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

Color convert

RGB 174 146 155 -
CMYK 0 0.16 0.11 0.32
HSL 340.71º 0.15% 0.63% -
HSV(B) 340.71º 0.16% 0.68% -
XYZ 33.65 31.92 35.4 -
YUV 155.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 174 146 155 0 0.16 0.11 0.32 340.71 0.15 0.63
Hex AE 92 9B 0 10 B 20 155 F 3F
Octal 256 222 233 0 20 13 40 525 17 77
Binary 10101110 10010010 10011011 0 10000 1011 100000 101010101 1111 111111

Color Harmonies of #AE929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE929B

Black with #AE929B

Text Example


Text Example

White with #AE929B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE929B; }

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

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

background-color css

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

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

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

border-color css

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

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

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