Html Css Color HEX #A4ABAA Hit Grey

📋 copy color: '#A4ABAA'

red 164 ◦ green 171 ◦ blue 170

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

Shades of Hit Grey #A4ABAA

Tints of Hit Grey #A4ABAA

RGB

 RED value IS 164 (64.45% from 255) = 32.48%

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

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

R = 32.48%
G = 33.86%
B = 33.66%

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

#A4ABAA (or 0xA4ABAA) is known color: Hit Grey. HEX triplet: A4, AB and AA. RGB value is (164,171,170). Sum of RGB (Red+Green+Blue) = 164+171+170=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 171 - color contains mainly: green. Hex color #A4ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABAA is #5B5455. Grayscale: #A8A8A8. Windows color (decimal): -5985366 or 11185060. OLE color: 11185060.

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

Color convert

RGB 164 171 170 -
CMYK 0.04 0 0.01 0.33
HSL 171.43º 0.04% 0.66% -
HSV(B) 171.43º 0.04% 0.67% -
XYZ 37.13 39.92 43.78 -
YUV 168.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 164 171 170 0.04 0 0.01 0.33 171.43 0.04 0.66
Hex A4 AB AA 4 0 1 21 AB 4 42
Octal 244 253 252 4 0 1 41 253 4 102
Binary 10100100 10101011 10101010 100 0 1 100001 10101011 100 1000010

Color Harmonies of #A4ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ABAA

Black with #A4ABAA

Text Example


Text Example

White with #A4ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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