#A7AEAE

Color #A7AEAE Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #A7AEAE

Tints of Hit Grey #A7AEAE

Color information

#A7AEAE (or 0xA7AEAE) is unknown color: approx Hit Grey. HEX triplet: A7, AE and AE. RGB value is (167,174,174). Sum of RGB (Red+Green+Blue) = 167+174+174=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #A7AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AEAE is #585151. Grayscale: #ABABAB. Windows color (decimal): -5787986 or 11447975. OLE color: 11447975.

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

Color convert

RGB167174174-
CMYK0.04000.32
HSL180º4.14%66.86%-
HSV(B)180º4.02%68.24%-
XYZ38.7141.5446.02-
YUV171.91129.18124.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=32.43%
G=33.79%
B=33.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671741740.04000.321804.1466.86
HexA7AEAE40020b4443
Octal247256256400402644103
Binary10100111101011101010111010000100000101101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEAE; }

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

 H1.HeaderClassName
 {
   color: #A7AEAE;
 }
 .AnyTagClassName
 {
   color: #A7AEAE;
 }
</style>
background-color css

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

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

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

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

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

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