Html Css Color HEX #AE9BA6 Shady Lady

📋 copy color: '#AE9BA6'

red 174 ◦ green 155 ◦ blue 166

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

Shades of Shady Lady #AE9BA6

Tints of Shady Lady #AE9BA6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.31%

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 35.15%
G = 31.31%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE9BA6 (or 0xAE9BA6) is known color: Shady Lady. HEX triplet: AE, 9B and A6. RGB value is (174,155,166). Sum of RGB (Red+Green+Blue) = 174+155+166=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9BA6 is #516459. Grayscale: #A1A1A1. Windows color (decimal): -5334106 or 10918830. OLE color: 10918830.

HSL color Cylindrical-coordinate representation of color #AE9BA6: hue angle of 325.26º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AE9BA6 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 155 166 -
CMYK 0 0.11 0.05 0.32
HSL 325.26º 0.1% 0.65% -
HSV(B) 325.26º 0.11% 0.68% -
XYZ 36.06 35.19 40.97 -
YUV 161.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 174 155 166 0 0.11 0.05 0.32 325.26 0.1 0.65
Hex AE 9B A6 0 B 5 20 145 A 41
Octal 256 233 246 0 13 5 40 505 12 101
Binary 10101110 10011011 10100110 0 1011 101 100000 101000101 1010 1000001

Color Harmonies of #AE9BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9BA6

Black with #AE9BA6

Text Example


Text Example

White with #AE9BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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