Html Css Color HEX #AAA5A5 Dark Gray

📋 copy color: '#AAA5A5'

red 170 ◦ green 165 ◦ blue 165

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

Shades of Dark Gray #AAA5A5

Tints of Dark Gray #AAA5A5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33%

 BLUE value IS 165 (64.84% from 255) = 33%

R = 34%
G = 33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AAA5A5 (or 0xAAA5A5) is known color: Dark Gray. HEX triplet: AA, A5 and A5. RGB value is (170,165,165). Sum of RGB (Red+Green+Blue) = 170+165+165=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A5 is #555A5A. Grayscale: #A6A6A6. Windows color (decimal): -5593691 or 10855850. OLE color: 10855850.

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

Color convert

RGB 170 165 165 -
CMYK 0 0.03 0.03 0.33
HSL 0.03% 0.66% -
HSV(B) 0.03% 0.67% -
XYZ 36.82 38.17 41.02 -
YUV 166.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 170 165 165 0 0.03 0.03 0.33 0 0.03 0.66
Hex AA A5 A5 0 3 3 21 0 3 42
Octal 252 245 245 0 3 3 41 0 3 102
Binary 10101010 10100101 10100101 0 11 11 100001 0 11 1000010

Color Harmonies of #AAA5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5A5

Black with #AAA5A5

Text Example


Text Example

White with #AAA5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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