Html Css Color HEX #AAA6A6 Dark Gray

📋 copy color: '#AAA6A6'

red 170 ◦ green 166 ◦ blue 166

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

Shades of Dark Gray #AAA6A6

Tints of Dark Gray #AAA6A6

RGB

 RED value IS 170 (66.8% from 255) = 33.86%

 GREEN value IS 166 (65.23% from 255) = 33.07%

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

R = 33.86%
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.33

RGB Variations

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

Color information

#AAA6A6 (or 0xAAA6A6) is known color: Dark Gray. HEX triplet: AA, A6 and A6. RGB value is (170,166,166). Sum of RGB (Red+Green+Blue) = 170+166+166=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA6A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6A6 is #555959. Grayscale: #A7A7A7. Windows color (decimal): -5593434 or 10921642. OLE color: 10921642.

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

Color convert

RGB 170 166 166 -
CMYK 0 0.02 0.02 0.33
HSL 0.02% 0.66% -
HSV(B) 0.02% 0.67% -
XYZ 37.1 38.57 41.57 -
YUV 167.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 170 166 166 0 0.02 0.02 0.33 0 0.02 0.66
Hex AA A6 A6 0 2 2 21 0 2 42
Octal 252 246 246 0 2 2 41 0 2 102
Binary 10101010 10100110 10100110 0 10 10 100001 0 10 1000010

Color Harmonies of #AAA6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6A6

Black with #AAA6A6

Text Example


Text Example

White with #AAA6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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