#A3AFB5

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

Shades of Gull Grey #A3AFB5

Tints of Gull Grey #A3AFB5

Color information

#A3AFB5 (or 0xA3AFB5) is unknown color: approx Gull Grey. HEX triplet: A3, AF and B5. RGB value is (163,175,181). Sum of RGB (Red+Green+Blue) = 163+175+181=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 181 - color contains mainly: blue. Hex color #A3AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFB5 is #5C504A. Grayscale: #ACACAC. Windows color (decimal): -6049867 or 11906979. OLE color: 11906979.

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

Color convert

RGB163175181-
CMYK0.100.0300.29
HSL200º10.84%67.45%-
HSV(B)200º9.94%70.98%-
XYZ38.7741.7849.74-
YUV172.1133.02121.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=31.41%
G=33.72%
B=34.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631751810.100.0300.2920010.8467.45
HexA3AFB5A301Dc8b43
Octal24325726512303531013103
Binary1010001110101111101101011010110111011100100010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AFB5; }

 p { color: rgb(163,175,181); }

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

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

 a { background-color: rgb(163,175,181); }

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

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

 span { border-color: rgb(163,175,181); }

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