Html Css Color HEX #A5ABAA Hit Grey

📋 copy color: '#A5ABAA'

red 165 ◦ green 171 ◦ blue 170

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

Shades of Hit Grey #A5ABAA

Tints of Hit Grey #A5ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.79%

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

R = 32.61%
G = 33.79%
B = 33.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#A5ABAA (or 0xA5ABAA) is known color: Hit Grey. HEX triplet: A5, AB and AA. RGB value is (165,171,170). Sum of RGB (Red+Green+Blue) = 165+171+170=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 171 - color contains mainly: green. Hex color #A5ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABAA is #5A5455. Grayscale: #A9A9A9. Windows color (decimal): -5919830 or 11185061. OLE color: 11185061.

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

Color convert

RGB 165 171 170 -
CMYK 0.04 0 0.01 0.33
HSL 170º 0.03% 0.66% -
HSV(B) 170º 0.04% 0.67% -
XYZ 37.34 40.03 43.79 -
YUV 169.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 165 171 170 0.04 0 0.01 0.33 170 0.03 0.66
Hex A5 AB AA 4 0 1 21 AA 3 42
Octal 245 253 252 4 0 1 41 252 3 102
Binary 10100101 10101011 10101010 100 0 1 100001 10101010 11 1000010

Color Harmonies of #A5ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABAA

Black with #A5ABAA

Text Example


Text Example

White with #A5ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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