Html Css Color HEX #A5AAAA Hit Grey

📋 copy color: '#A5AAAA'

red 165 ◦ green 170 ◦ blue 170

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

Shades of Hit Grey #A5AAAA

Tints of Hit Grey #A5AAAA

RGB

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

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

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

R = 32.67%
G = 33.66%
B = 33.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A5AAAA (or 0xA5AAAA) is known color: Hit Grey. HEX triplet: A5, AA and AA. RGB value is (165,170,170). Sum of RGB (Red+Green+Blue) = 165+170+170=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #A5AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAAA is #5A5555. Grayscale: #A8A8A8. Windows color (decimal): -5920086 or 11184805. OLE color: 11184805.

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

Color convert

RGB 165 170 170 -
CMYK 0.03 0 0 0.33
HSL 180º 0.03% 0.66% -
HSV(B) 180º 0.03% 0.67% -
XYZ 37.15 39.65 43.73 -
YUV 168.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 165 170 170 0.03 0 0 0.33 180 0.03 0.66
Hex A5 AA AA 3 0 0 21 B4 3 42
Octal 245 252 252 3 0 0 41 264 3 102
Binary 10100101 10101010 10101010 11 0 0 100001 10110100 11 1000010

Color Harmonies of #A5AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAAA

Black with #A5AAAA

Text Example


Text Example

White with #A5AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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