Html Css Color HEX #AEAAAA Dark Gray

📋 copy color: '#AEAAAA'

red 174 ◦ green 170 ◦ blue 170

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

Shades of Dark Gray #AEAAAA

Tints of Dark Gray #AEAAAA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.07%

 BLUE value IS 170 (66.8% from 255) = 33.07%

R = 33.85%
G = 33.07%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AEAAAA (or 0xAEAAAA) is known color: Dark Gray. HEX triplet: AE, AA and AA. RGB value is (174,170,170). Sum of RGB (Red+Green+Blue) = 174+170+170=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAAA is #515555. Grayscale: #ABABAB. Windows color (decimal): -5330262 or 11184814. OLE color: 11184814.

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

Color convert

RGB 174 170 170 -
CMYK 0 0.02 0.02 0.32
HSL 0.02% 0.67% -
HSV(B) 0.02% 0.68% -
XYZ 39.09 40.65 43.82 -
YUV 171.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 174 170 170 0 0.02 0.02 0.32 0 0.02 0.67
Hex AE AA AA 0 2 2 20 0 2 43
Octal 256 252 252 0 2 2 40 0 2 103
Binary 10101110 10101010 10101010 0 10 10 100000 0 10 1000011

Color Harmonies of #AEAAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAAAA

Black with #AEAAAA

Text Example


Text Example

White with #AEAAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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