#A8ACAD

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

Shades of Gull Grey #A8ACAD

Tints of Gull Grey #A8ACAD

Color information

#A8ACAD (or 0xA8ACAD) is unknown color: approx Gull Grey. HEX triplet: A8, AC and AD. RGB value is (168,172,173). Sum of RGB (Red+Green+Blue) = 168+172+173=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 173 - color contains mainly: blue. Hex color #A8ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACAD is #575352. Grayscale: #AAAAAA. Windows color (decimal): -5722963 or 11381928. OLE color: 11381928.

HSL color Cylindrical-coordinate representation of color #A8ACAD: hue angle of 192º 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 #A8ACAD is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168172173-
CMYK0.030.0100.32
HSL192º2.96%66.86%-
HSV(B)192º2.89%67.84%-
XYZ38.4440.8545.39-
YUV170.92129.17125.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=32.75%
G=33.53%
B=33.72%

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
Decimal1681721730.030.0100.321922.9666.86
HexA8ACAD31020c0343
Octal250254255310403003103
Binary101010001010110010101101111010000011000000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACAD; }

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

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

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

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

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

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

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

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