#A3B5AF

Color #A3B5AF Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #A3B5AF

Tints of Periglacial Blue #A3B5AF

Color information

#A3B5AF (or 0xA3B5AF) is unknown color: approx Periglacial Blue. HEX triplet: A3, B5 and AF. RGB value is (163,181,175). Sum of RGB (Red+Green+Blue) = 163+181+175=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B5AF is #5C4A50. Grayscale: #AEAEAE. Windows color (decimal): -6048337 or 11515299. OLE color: 11515299.

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

Color convert

RGB163181175-
CMYK0.1000.030.29
HSL160º10.84%67.45%-
HSV(B)160º9.94%70.98%-
XYZ39.3743.9346.96-
YUV174.93128.04119.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811750.1000.030.2916010.8467.45
HexA3B5AFA031Da0b43
Octal24326525712033524013103
Binary1010001110110101101011111010011111011010000010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B5AF; }

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

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

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

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

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

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

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

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