#A5ACB0

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

Shades of Gull Grey #A5ACB0

Tints of Gull Grey #A5ACB0

Color information

#A5ACB0 (or 0xA5ACB0) is unknown color: approx Gull Grey. HEX triplet: A5, AC and B0. RGB value is (165,172,176). Sum of RGB (Red+Green+Blue) = 165+172+176=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 176 - color contains mainly: blue. Hex color #A5ACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ACB0 is #5A534F. Grayscale: #AAAAAA. Windows color (decimal): -5919568 or 11578533. OLE color: 11578533.

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

Color convert

RGB165172176-
CMYK0.060.0200.31
HSL201.82º6.51%66.86%-
HSV(B)201.82º6.25%69.02%-
XYZ38.1140.6446.91-
YUV170.36131.18124.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 176 (69.14% from 255) = 34.31%
R=32.16%
G=33.53%
B=34.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651721760.060.0200.31201.826.5166.86
HexA5ACB06201Fca743
Octal245254260620373127103
Binary10100101101011001011000011010011111110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACB0; }

 p { color: rgb(165,172,176); }

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

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

 a { background-color: rgb(165,172,176); }

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

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

 span { border-color: rgb(165,172,176); }

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