Html Css Color HEX #A5ADAC Hit Grey

📋 copy color: '#A5ADAC'

red 165 ◦ green 173 ◦ blue 172

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

Shades of Hit Grey #A5ADAC

Tints of Hit Grey #A5ADAC

RGB

 RED value IS 165 (64.84% from 255) = 32.35%

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

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

R = 32.35%
G = 33.92%
B = 33.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#A5ADAC (or 0xA5ADAC) is known color: Hit Grey. HEX triplet: A5, AD and AC. RGB value is (165,173,172). Sum of RGB (Red+Green+Blue) = 165+173+172=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 173 - color contains mainly: green. Hex color #A5ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ADAC is #5A5253. Grayscale: #AAAAAA. Windows color (decimal): -5919316 or 11316645. OLE color: 11316645.

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

Color convert

RGB 165 173 172 -
CMYK 0.05 0 0.01 0.32
HSL 172.5º 0.05% 0.66% -
HSV(B) 172.5º 0.05% 0.68% -
XYZ 37.91 40.87 44.92 -
YUV 170.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 165 173 172 0.05 0 0.01 0.32 172.5 0.05 0.66
Hex A5 AD AC 5 0 1 20 AC 5 42
Octal 245 255 254 5 0 1 40 254 5 102
Binary 10100101 10101101 10101100 101 0 1 100000 10101100 101 1000010

Color Harmonies of #A5ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADAC

Black with #A5ADAC

Text Example


Text Example

White with #A5ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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