Html Css Color HEX #AEAE9B Foggy Grey

📋 copy color: '#AEAE9B'

red 174 ◦ green 174 ◦ blue 155

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

Shades of Foggy Grey #AEAE9B

Tints of Foggy Grey #AEAE9B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.59%

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

R = 34.59%
G = 34.59%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AEAE9B (or 0xAEAE9B) is known color: Foggy Grey. HEX triplet: AE, AE and 9B. RGB value is (174,174,155). Sum of RGB (Red+Green+Blue) = 174+174+155=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE9B is #515164. Grayscale: #ABABAB. Windows color (decimal): -5329253 or 10202798. OLE color: 10202798.

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

Color convert

RGB 174 174 155 -
CMYK 0 0 0.11 0.32
HSL 60º 0.1% 0.65% -
HSV(B) 60º 0.11% 0.68% -
XYZ 38.51 41.64 37.02 -
YUV 171.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 174 174 155 0 0 0.11 0.32 60 0.1 0.65
Hex AE AE 9B 0 0 B 20 3C A 41
Octal 256 256 233 0 0 13 40 74 12 101
Binary 10101110 10101110 10011011 0 0 1011 100000 111100 1010 1000001

Color Harmonies of #AEAE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE9B

Black with #AEAE9B

Text Example


Text Example

White with #AEAE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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