Html Css Color HEX #AAA7A7 Dark Gray

📋 copy color: '#AAA7A7'

red 170 ◦ green 167 ◦ blue 167

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

Shades of Dark Gray #AAA7A7

Tints of Dark Gray #AAA7A7

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.13%

 BLUE value IS 167 (65.63% from 255) = 33.13%

R = 33.73%
G = 33.13%
B = 33.13%

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

#AAA7A7 (or 0xAAA7A7) is known color: Dark Gray. HEX triplet: AA, A7 and A7. RGB value is (170,167,167). Sum of RGB (Red+Green+Blue) = 170+167+167=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA7A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7A7 is #555858. Grayscale: #A7A7A7. Windows color (decimal): -5593177 or 10987434. OLE color: 10987434.

HSL color Cylindrical-coordinate representation of color #AAA7A7: 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 #AAA7A7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 167 -
CMYK 0 0.02 0.02 0.33
HSL 0.02% 0.66% -
HSV(B) 0.02% 0.67% -
XYZ 37.37 38.97 42.11 -
YUV 167.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 170 167 167 0 0.02 0.02 0.33 0 0.02 0.66
Hex AA A7 A7 0 2 2 21 0 2 42
Octal 252 247 247 0 2 2 41 0 2 102
Binary 10101010 10100111 10100111 0 10 10 100001 0 10 1000010

Color Harmonies of #AAA7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA7A7

Black with #AAA7A7

Text Example


Text Example

White with #AAA7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA7A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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