Html Css Color HEX #A0ADAC Hit Grey

📋 copy color: '#A0ADAC'

red 160 ◦ green 173 ◦ blue 172

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

Shades of Hit Grey #A0ADAC

Tints of Hit Grey #A0ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

 BLUE value IS 172 (67.58% from 255) = 34.06%

R = 31.68%
G = 34.26%
B = 34.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#A0ADAC (or 0xA0ADAC) is known color: Hit Grey. HEX triplet: A0, AD and AC. RGB value is (160,173,172). Sum of RGB (Red+Green+Blue) = 160+173+172=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADAC is #5F5253. Grayscale: #A8A8A8. Windows color (decimal): -6246996 or 11316640. OLE color: 11316640.

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

Color convert

RGB 160 173 172 -
CMYK 0.08 0 0.01 0.32
HSL 175.38º 0.07% 0.65% -
HSV(B) 175.38º 0.08% 0.68% -
XYZ 36.89 40.34 44.87 -
YUV 169 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 160 173 172 0.08 0 0.01 0.32 175.38 0.07 0.65
Hex A0 AD AC 8 0 1 20 AF 7 41
Octal 240 255 254 10 0 1 40 257 7 101
Binary 10100000 10101101 10101100 1000 0 1 100000 10101111 111 1000001

Color Harmonies of #A0ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ADAC

Black with #A0ADAC

Text Example


Text Example

White with #A0ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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