Html Css Color HEX #A0A5A4 Hit Grey

📋 copy color: '#A0A5A4'

red 160 ◦ green 165 ◦ blue 164

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

Shades of Hit Grey #A0A5A4

Tints of Hit Grey #A0A5A4

RGB

 RED value IS 160 (62.89% from 255) = 32.72%

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

 BLUE value IS 164 (64.45% from 255) = 33.54%

R = 32.72%
G = 33.74%
B = 33.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A0A5A4 (or 0xA0A5A4) is known color: Hit Grey. HEX triplet: A0, A5 and A4. RGB value is (160,165,164). Sum of RGB (Red+Green+Blue) = 160+165+164=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A5A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A5A4 is #5F5A5B. Grayscale: #A3A3A3. Windows color (decimal): -6249052 or 10790304. OLE color: 10790304.

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

Color convert

RGB 160 165 164 -
CMYK 0.03 0 0.01 0.35
HSL 168º 0.03% 0.64% -
HSV(B) 168º 0.03% 0.65% -
XYZ 34.65 37.06 40.45 -
YUV 163.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 160 165 164 0.03 0 0.01 0.35 168 0.03 0.64
Hex A0 A5 A4 3 0 1 23 A8 3 40
Octal 240 245 244 3 0 1 43 250 3 100
Binary 10100000 10100101 10100100 11 0 1 100011 10101000 11 1000000

Color Harmonies of #A0A5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A5A4

Black with #A0A5A4

Text Example


Text Example

White with #A0A5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A5A4; }

 p { color: rgb(160,165,164); }

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

background-color css

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

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

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

border-color css

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

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

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