Html Css Color HEX #A4ABAB Hit Grey

📋 copy color: '#A4ABAB'

red 164 ◦ green 171 ◦ blue 171

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

Shades of Hit Grey #A4ABAB

Tints of Hit Grey #A4ABAB

RGB

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

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

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

R = 32.41%
G = 33.79%
B = 33.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A4ABAB (or 0xA4ABAB) is known color: Hit Grey. HEX triplet: A4, AB and AB. RGB value is (164,171,171). Sum of RGB (Red+Green+Blue) = 164+171+171=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A4ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABAB is #5B5454. Grayscale: #A8A8A8. Windows color (decimal): -5985365 or 11250596. OLE color: 11250596.

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

Color convert

RGB 164 171 171 -
CMYK 0.04 0 0 0.33
HSL 180º 0.04% 0.66% -
HSV(B) 180º 0.04% 0.67% -
XYZ 37.22 39.96 44.28 -
YUV 168.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 164 171 171 0.04 0 0 0.33 180 0.04 0.66
Hex A4 AB AB 4 0 0 21 B4 4 42
Octal 244 253 253 4 0 0 41 264 4 102
Binary 10100100 10101011 10101011 100 0 0 100001 10110100 100 1000010

Color Harmonies of #A4ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ABAB

Black with #A4ABAB

Text Example


Text Example

White with #A4ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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