Html Css Color HEX #A5AAA9 Hit Grey

📋 copy color: '#A5AAA9'

red 165 ◦ green 170 ◦ blue 169

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

Shades of Hit Grey #A5AAA9

Tints of Hit Grey #A5AAA9

RGB

 RED value IS 165 (64.84% from 255) = 32.74%

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

 BLUE value IS 169 (66.41% from 255) = 33.53%

R = 32.74%
G = 33.73%
B = 33.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#A5AAA9 (or 0xA5AAA9) is known color: Hit Grey. HEX triplet: A5, AA and A9. RGB value is (165,170,169). Sum of RGB (Red+Green+Blue) = 165+170+169=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAA9 is #5A5556. Grayscale: #A8A8A8. Windows color (decimal): -5920087 or 11119269. OLE color: 11119269.

HSL color Cylindrical-coordinate representation of color #A5AAA9: hue angle of 168º 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 #A5AAA9 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 169 -
CMYK 0.03 0 0.01 0.33
HSL 168º 0.03% 0.66% -
HSV(B) 168º 0.03% 0.67% -
XYZ 37.05 39.61 43.23 -
YUV 168.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 165 170 169 0.03 0 0.01 0.33 168 0.03 0.66
Hex A5 AA A9 3 0 1 21 A8 3 42
Octal 245 252 251 3 0 1 41 250 3 102
Binary 10100101 10101010 10101001 11 0 1 100001 10101000 11 1000010

Color Harmonies of #A5AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAA9

Black with #A5AAA9

Text Example


Text Example

White with #A5AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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