#A8ABAD

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

Shades of Gull Grey #A8ABAD

Tints of Gull Grey #A8ABAD

Color information

#A8ABAD (or 0xA8ABAD) is unknown color: approx Gull Grey. HEX triplet: A8, AB and AD. RGB value is (168,171,173). Sum of RGB (Red+Green+Blue) = 168+171+173=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 173 - color contains mainly: blue. Hex color #A8ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABAD is #575452. Grayscale: #AAAAAA. Windows color (decimal): -5723219 or 11381672. OLE color: 11381672.

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

Color convert

RGB168171173-
CMYK0.030.0100.32
HSL204º2.96%66.86%-
HSV(B)204º2.89%67.84%-
XYZ38.2540.4745.33-
YUV170.33129.51126.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=32.81%
G=33.40%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681711730.030.0100.322042.9666.86
HexA8ABAD31020cc343
Octal250253255310403143103
Binary101010001010101110101101111010000011001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABAD; }

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

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

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

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

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

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

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

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