#A8B3AE

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

Shades of Periglacial Blue #A8B3AE

Tints of Periglacial Blue #A8B3AE

Color information

#A8B3AE (or 0xA8B3AE) is unknown color: approx Periglacial Blue. HEX triplet: A8, B3 and AE. RGB value is (168,179,174). Sum of RGB (Red+Green+Blue) = 168+179+174=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B3AE is #574C51. Grayscale: #AFAFAF. Windows color (decimal): -5721170 or 11449256. OLE color: 11449256.

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

Color convert

RGB168179174-
CMYK0.0600.030.30
HSL152.73º6.75%68.04%-
HSV(B)152.73º6.15%70.2%-
XYZ39.9143.6246.36-
YUV175.14127.36122.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=32.25%
G=34.36%
B=33.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681791740.0600.030.30152.736.7568.04
HexA8B3AE6031E99744
Octal250263256603362317104
Binary10101000101100111010111011001111110100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B3AE; }

 p { color: rgb(168,179,174); }

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

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

 a { background-color: rgb(168,179,174); }

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

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

 span { border-color: rgb(168,179,174); }

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