#A7ACAF

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

Shades of Gull Grey #A7ACAF

Tints of Gull Grey #A7ACAF

Color information

#A7ACAF (or 0xA7ACAF) is unknown color: approx Gull Grey. HEX triplet: A7, AC and AF. RGB value is (167,172,175). Sum of RGB (Red+Green+Blue) = 167+172+175=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 175 - color contains mainly: blue. Hex color #A7ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ACAF is #585350. Grayscale: #AAAAAA. Windows color (decimal): -5788497 or 11512999. OLE color: 11512999.

HSL color Cylindrical-coordinate representation of color #A7ACAF: hue angle of 202.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 #A7ACAF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167172175-
CMYK0.050.0200.31
HSL202.5º4.76%67.06%-
HSV(B)202.5º4.57%68.63%-
XYZ38.4340.8246.41-
YUV170.85130.34125.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=32.49%
G=33.46%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671721750.050.0200.31202.54.7667.06
HexA7ACAF5201Fca543
Octal247254257520373125103
Binary10100111101011001010111110110011111110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACAF; }

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

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

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

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

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

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

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

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