Html Css Color HEX #A0AFAF Hit Grey

📋 copy color: '#A0AFAF'

red 160 ◦ green 175 ◦ blue 175

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

Shades of Hit Grey #A0AFAF

Tints of Hit Grey #A0AFAF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.31%

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 31.37%
G = 34.31%
B = 34.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A0AFAF (or 0xA0AFAF) is known color: Hit Grey. HEX triplet: A0, AF and AF. RGB value is (160,175,175). Sum of RGB (Red+Green+Blue) = 160+175+175=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #A0AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFAF is #5F5050. Grayscale: #AAAAAA. Windows color (decimal): -6246481 or 11513760. OLE color: 11513760.

HSL color Cylindrical-coordinate representation of color #A0AFAF: hue angle of 180º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0AFAF is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 175 -
CMYK 0.09 0 0 0.31
HSL 180º 0.09% 0.66% -
HSV(B) 180º 0.09% 0.69% -
XYZ 37.57 41.23 46.54 -
YUV 170.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 160 175 175 0.09 0 0 0.31 180 0.09 0.66
Hex A0 AF AF 9 0 0 1F B4 9 42
Octal 240 257 257 11 0 0 37 264 11 102
Binary 10100000 10101111 10101111 1001 0 0 11111 10110100 1001 1000010

Color Harmonies of #A0AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFAF

Black with #A0AFAF

Text Example


Text Example

White with #A0AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFAF; }

 p { color: rgb(160,175,175); }

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

background-color css

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

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

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

border-color css

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

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

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