Html Css Color HEX #AE9CA6 Shady Lady

📋 copy color: '#AE9CA6'

red 174 ◦ green 156 ◦ blue 166

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

Shades of Shady Lady #AE9CA6

Tints of Shady Lady #AE9CA6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.45%

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

R = 35.08%
G = 31.45%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE9CA6 (or 0xAE9CA6) is known color: Shady Lady. HEX triplet: AE, 9C and A6. RGB value is (174,156,166). Sum of RGB (Red+Green+Blue) = 174+156+166=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9CA6 is #516359. Grayscale: #A2A2A2. Windows color (decimal): -5333850 or 10919086. OLE color: 10919086.

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

Color convert

RGB 174 156 166 -
CMYK 0 0.10 0.05 0.32
HSL 326.67º 0.1% 0.65% -
HSV(B) 326.67º 0.1% 0.68% -
XYZ 36.23 35.53 41.02 -
YUV 162.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 174 156 166 0 0.10 0.05 0.32 326.67 0.1 0.65
Hex AE 9C A6 0 A 5 20 147 A 41
Octal 256 234 246 0 12 5 40 507 12 101
Binary 10101110 10011100 10100110 0 1010 101 100000 101000111 1010 1000001

Color Harmonies of #AE9CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9CA6

Black with #AE9CA6

Text Example


Text Example

White with #AE9CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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