Html Css Color HEX #A4ACAB Hit Grey

📋 copy color: '#A4ACAB'

red 164 ◦ green 172 ◦ blue 171

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

Shades of Hit Grey #A4ACAB

Tints of Hit Grey #A4ACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.93%

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

R = 32.35%
G = 33.93%
B = 33.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#A4ACAB (or 0xA4ACAB) is known color: Hit Grey. HEX triplet: A4, AC and AB. RGB value is (164,172,171). Sum of RGB (Red+Green+Blue) = 164+172+171=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 172 - color contains mainly: green. Hex color #A4ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ACAB is #5B5354. Grayscale: #A9A9A9. Windows color (decimal): -5985109 or 11250852. OLE color: 11250852.

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

Color convert

RGB 164 172 171 -
CMYK 0.05 0 0.01 0.33
HSL 172.5º 0.05% 0.66% -
HSV(B) 172.5º 0.05% 0.67% -
XYZ 37.41 40.34 44.34 -
YUV 169.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 164 172 171 0.05 0 0.01 0.33 172.5 0.05 0.66
Hex A4 AC AB 5 0 1 21 AC 5 42
Octal 244 254 253 5 0 1 41 254 5 102
Binary 10100100 10101100 10101011 101 0 1 100001 10101100 101 1000010

Color Harmonies of #A4ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ACAB

Black with #A4ACAB

Text Example


Text Example

White with #A4ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ACAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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