Html Css Color HEX #A0ACAA Hit Grey

📋 copy color: '#A0ACAA'

red 160 ◦ green 172 ◦ blue 170

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

Shades of Hit Grey #A0ACAA

Tints of Hit Grey #A0ACAA

RGB

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

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

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

R = 31.87%
G = 34.26%
B = 33.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#A0ACAA (or 0xA0ACAA) is known color: Hit Grey. HEX triplet: A0, AC and AA. RGB value is (160,172,170). Sum of RGB (Red+Green+Blue) = 160+172+170=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 172 - color contains mainly: green. Hex color #A0ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ACAA is #5F5355. Grayscale: #A8A8A8. Windows color (decimal): -6247254 or 11185312. OLE color: 11185312.

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

Color convert

RGB 160 172 170 -
CMYK 0.07 0 0.01 0.33
HSL 170º 0.07% 0.65% -
HSV(B) 170º 0.07% 0.67% -
XYZ 36.51 39.88 43.8 -
YUV 168.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 160 172 170 0.07 0 0.01 0.33 170 0.07 0.65
Hex A0 AC AA 7 0 1 21 AA 7 41
Octal 240 254 252 7 0 1 41 252 7 101
Binary 10100000 10101100 10101010 111 0 1 100001 10101010 111 1000001

Color Harmonies of #A0ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ACAA

Black with #A0ACAA

Text Example


Text Example

White with #A0ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ACAA; }

 p { color: rgb(160,172,170); }

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

background-color css

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

 a { background-color: rgb(160,172,170); }

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

border-color css

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

 span { border-color: rgb(160,172,170); }

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