#A8ABAC

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

Shades of Gull Grey #A8ABAC

Tints of Gull Grey #A8ABAC

Color information

#A8ABAC (or 0xA8ABAC) is unknown color: approx Gull Grey. HEX triplet: A8, AB and AC. RGB value is (168,171,172). Sum of RGB (Red+Green+Blue) = 168+171+172=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 172 - color contains mainly: blue. Hex color #A8ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABAC is #575453. Grayscale: #AAAAAA. Windows color (decimal): -5723220 or 11316136. OLE color: 11316136.

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

Color convert

RGB168171172-
CMYK0.020.0100.33
HSL195º2.35%66.67%-
HSV(B)195º2.33%67.45%-
XYZ38.1640.4344.82-
YUV170.22129.01126.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.88%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=32.88%
G=33.46%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711720.020.0100.331952.3566.67
HexA8ABAC21021c3243
Octal250253254210413032103
Binary101010001010101110101100101010000111000011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABAC; }

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

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

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

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

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

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

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

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