#A7ABAC

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

Shades of Gull Grey #A7ABAC

Tints of Gull Grey #A7ABAC

Color information

#A7ABAC (or 0xA7ABAC) is unknown color: approx Gull Grey. HEX triplet: A7, AB and AC. RGB value is (167,171,172). Sum of RGB (Red+Green+Blue) = 167+171+172=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 172 - color contains mainly: blue. Hex color #A7ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ABAC is #585453. Grayscale: #A9A9A9. Windows color (decimal): -5788756 or 11316135. OLE color: 11316135.

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

Color convert

RGB167171172-
CMYK0.030.0100.33
HSL192º2.92%66.47%-
HSV(B)192º2.91%67.45%-
XYZ37.9540.3244.81-
YUV169.92129.17125.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=32.75%
G=33.53%
B=33.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671711720.030.0100.331922.9266.47
HexA7ABAC31021c0342
Octal247253254310413003102
Binary101001111010101110101100111010000111000000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABAC; }

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

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

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

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

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

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

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

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