Html Css Color HEX #A1AEAE Hit Grey

📋 copy color: '#A1AEAE'

red 161 ◦ green 174 ◦ blue 174

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

Shades of Hit Grey #A1AEAE

Tints of Hit Grey #A1AEAE

RGB

 RED value IS 161 (63.28% from 255) = 31.63%

 GREEN value IS 174 (68.36% from 255) = 34.18%

 BLUE value IS 174 (68.36% from 255) = 34.18%

R = 31.63%
G = 34.18%
B = 34.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A1AEAE (or 0xA1AEAE) is known color: Hit Grey. HEX triplet: A1, AE and AE. RGB value is (161,174,174). Sum of RGB (Red+Green+Blue) = 161+174+174=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #A1AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AEAE is #5E5151. Grayscale: #AAAAAA. Windows color (decimal): -6181202 or 11447969. OLE color: 11447969.

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

Color convert

RGB 161 174 174 -
CMYK 0.07 0 0 0.32
HSL 180º 0.07% 0.66% -
HSV(B) 180º 0.07% 0.68% -
XYZ 37.47 40.91 45.96 -
YUV 170.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 161 174 174 0.07 0 0 0.32 180 0.07 0.66
Hex A1 AE AE 7 0 0 20 B4 7 42
Octal 241 256 256 7 0 0 40 264 7 102
Binary 10100001 10101110 10101110 111 0 0 100000 10110100 111 1000010

Color Harmonies of #A1AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AEAE

Black with #A1AEAE

Text Example


Text Example

White with #A1AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AEAE; }

 p { color: rgb(161,174,174); }

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

background-color css

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

 a { background-color: rgb(161,174,174); }

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

border-color css

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

 span { border-color: rgb(161,174,174); }

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