#A7B0AD

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

Shades of Periglacial Blue #A7B0AD

Tints of Periglacial Blue #A7B0AD

Color information

#A7B0AD (or 0xA7B0AD) is unknown color: approx Periglacial Blue. HEX triplet: A7, B0 and AD. RGB value is (167,176,173). Sum of RGB (Red+Green+Blue) = 167+176+173=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B0AD is #584F52. Grayscale: #ACACAC. Windows color (decimal): -5787475 or 11382951. OLE color: 11382951.

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

Color convert

RGB167176173-
CMYK0.0500.020.31
HSL160º5.39%67.25%-
HSV(B)160º5.11%69.02%-
XYZ3942.2845.64-
YUV172.97128.02123.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=32.36%
G=34.11%
B=33.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671761730.0500.020.311605.3967.25
HexA7B0AD5021Fa0543
Octal247260255502372405103
Binary10100111101100001010110110101011111101000001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B0AD; }

 p { color: rgb(167,176,173); }

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

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

 a { background-color: rgb(167,176,173); }

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

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

 span { border-color: rgb(167,176,173); }

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