#A4AFB6

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

Shades of Gull Grey #A4AFB6

Tints of Gull Grey #A4AFB6

Color information

#A4AFB6 (or 0xA4AFB6) is unknown color: approx Gull Grey. HEX triplet: A4, AF and B6. RGB value is (164,175,182). Sum of RGB (Red+Green+Blue) = 164+175+182=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 182 - color contains mainly: blue. Hex color #A4AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFB6 is #5B5049. Grayscale: #ACACAC. Windows color (decimal): -5984330 or 11972516. OLE color: 11972516.

HSL color Cylindrical-coordinate representation of color #A4AFB6: hue angle of 203.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4AFB6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164175182-
CMYK0.100.0400.29
HSL203.33º10.98%67.84%-
HSV(B)203.33º9.89%71.37%-
XYZ39.0841.9350.29-
YUV172.51133.36121.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=31.48%
G=33.59%
B=34.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641751820.100.0400.29203.3310.9867.84
HexA4AFB6A401Dcbb44
Octal24425726612403531313104
Binary10100100101011111011011010101000111011100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFB6; }

 p { color: rgb(164,175,182); }

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

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

 a { background-color: rgb(164,175,182); }

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

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

 span { border-color: rgb(164,175,182); }

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