#A7B7AE

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

Shades of Periglacial Blue #A7B7AE

Tints of Periglacial Blue #A7B7AE

Color information

#A7B7AE (or 0xA7B7AE) is unknown color: approx Periglacial Blue. HEX triplet: A7, B7 and AE. RGB value is (167,183,174). Sum of RGB (Red+Green+Blue) = 167+183+174=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B7AE is #584851. Grayscale: #B1B1B1. Windows color (decimal): -5785682 or 11450279. OLE color: 11450279.

HSL color Cylindrical-coordinate representation of color #A7B7AE: hue angle of 146.25º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A7B7AE is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB167183174-
CMYK0.0900.050.28
HSL146.25º10%68.63%-
HSV(B)146.25º8.74%71.76%-
XYZ40.5145.1446.62-
YUV177.19126.2120.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=31.87%
G=34.92%
B=33.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671831740.0900.050.28146.251068.63
HexA7B7AE9051C92a45
Octal24726725611053422212105
Binary10100111101101111010111010010101111001001001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B7AE; }

 p { color: rgb(167,183,174); }

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

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

 a { background-color: rgb(167,183,174); }

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

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

 span { border-color: rgb(167,183,174); }

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