#A7AEAF

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

Shades of Gull Grey #A7AEAF

Tints of Gull Grey #A7AEAF

Color information

#A7AEAF (or 0xA7AEAF) is unknown color: approx Gull Grey. HEX triplet: A7, AE and AF. RGB value is (167,174,175). Sum of RGB (Red+Green+Blue) = 167+174+175=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 175 - color contains mainly: blue. Hex color #A7AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AEAF is #585150. Grayscale: #ACACAC. Windows color (decimal): -5787985 or 11513511. OLE color: 11513511.

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

Color convert

RGB167174175-
CMYK0.050.0100.31
HSL187.5º4.76%67.06%-
HSV(B)187.5º4.57%68.63%-
XYZ38.8141.5846.54-
YUV172.02129.68124.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=32.36%
G=33.72%
B=33.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671741750.050.0100.31187.54.7667.06
HexA7AEAF5101Fbb543
Octal247256257510372735103
Binary1010011110101110101011111011011111101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEAF; }

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

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

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

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

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

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

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

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