#A5B2AD

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

Shades of Periglacial Blue #A5B2AD

Tints of Periglacial Blue #A5B2AD

Color information

#A5B2AD (or 0xA5B2AD) is unknown color: approx Periglacial Blue. HEX triplet: A5, B2 and AD. RGB value is (165,178,173). Sum of RGB (Red+Green+Blue) = 165+178+173=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B2AD is #5A4D52. Grayscale: #ADADAD. Windows color (decimal): -5918035 or 11383461. OLE color: 11383461.

HSL color Cylindrical-coordinate representation of color #A5B2AD: hue angle of 156.92º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5B2AD is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB165178173-
CMYK0.0700.030.30
HSL156.92º7.78%67.25%-
HSV(B)156.92º7.3%69.8%-
XYZ38.9842.8645.75-
YUV173.54127.69121.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=31.98%
G=34.50%
B=33.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651781730.0700.030.30156.927.7867.25
HexA5B2AD7031E9d843
Octal2452622557033623510103
Binary101001011011001010101101111011111101001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B2AD; }

 p { color: rgb(165,178,173); }

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

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

 a { background-color: rgb(165,178,173); }

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

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

 span { border-color: rgb(165,178,173); }

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