Html Css Color HEX #AE969E Shady Lady

📋 copy color: '#AE969E'

red 174 ◦ green 150 ◦ blue 158

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

Shades of Shady Lady #AE969E

Tints of Shady Lady #AE969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.12%

 BLUE value IS 158 (62.11% from 255) = 32.78%

R = 36.1%
G = 31.12%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE969E (or 0xAE969E) is known color: Shady Lady. HEX triplet: AE, 96 and 9E. RGB value is (174,150,158). Sum of RGB (Red+Green+Blue) = 174+150+158=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AE969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE969E is #516961. Grayscale: #9E9E9E. Windows color (decimal): -5335394 or 10393262. OLE color: 10393262.

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

Color convert

RGB 174 150 158 -
CMYK 0 0.14 0.09 0.32
HSL 340º 0.13% 0.64% -
HSV(B) 340º 0.14% 0.68% -
XYZ 34.53 33.28 36.95 -
YUV 158.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 174 150 158 0 0.14 0.09 0.32 340 0.13 0.64
Hex AE 96 9E 0 E 9 20 154 D 40
Octal 256 226 236 0 16 11 40 524 15 100
Binary 10101110 10010110 10011110 0 1110 1001 100000 101010100 1101 1000000

Color Harmonies of #AE969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE969E

Black with #AE969E

Text Example


Text Example

White with #AE969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE969E; }

 p { color: rgb(174,150,158); }

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

background-color css

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

 a { background-color: rgb(174,150,158); }

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

border-color css

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

 span { border-color: rgb(174,150,158); }

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