Html Css Color HEX #AE9BA4 Shady Lady

📋 copy color: '#AE9BA4'

red 174 ◦ green 155 ◦ blue 164

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

Shades of Shady Lady #AE9BA4

Tints of Shady Lady #AE9BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.27%

R = 35.29%
G = 31.44%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AE9BA4 (or 0xAE9BA4) is known color: Shady Lady. HEX triplet: AE, 9B and A4. RGB value is (174,155,164). Sum of RGB (Red+Green+Blue) = 174+155+164=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9BA4 is #51645B. Grayscale: #A1A1A1. Windows color (decimal): -5334108 or 10787758. OLE color: 10787758.

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

Color convert

RGB 174 155 164 -
CMYK 0 0.11 0.06 0.32
HSL 331.58º 0.1% 0.65% -
HSV(B) 331.58º 0.11% 0.68% -
XYZ 35.88 35.12 40.01 -
YUV 161.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 174 155 164 0 0.11 0.06 0.32 331.58 0.1 0.65
Hex AE 9B A4 0 B 6 20 14C A 41
Octal 256 233 244 0 13 6 40 514 12 101
Binary 10101110 10011011 10100100 0 1011 110 100000 101001100 1010 1000001

Color Harmonies of #AE9BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9BA4

Black with #AE9BA4

Text Example


Text Example

White with #AE9BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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