#A7AFAC

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

Shades of Periglacial Blue #A7AFAC

Tints of Periglacial Blue #A7AFAC

Color information

#A7AFAC (or 0xA7AFAC) is unknown color: approx Periglacial Blue. HEX triplet: A7, AF and AC. RGB value is (167,175,172). Sum of RGB (Red+Green+Blue) = 167+175+172=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AFAC is #585053. Grayscale: #ACACAC. Windows color (decimal): -5787732 or 11317159. OLE color: 11317159.

HSL color Cylindrical-coordinate representation of color #A7AFAC: hue angle of 157.5º 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 #A7AFAC is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB167175172-
CMYK0.0500.020.31
HSL157.5º4.76%67.06%-
HSV(B)157.5º4.57%68.63%-
XYZ38.7141.8545.07-
YUV172.27127.85124.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=32.49%
G=34.05%
B=33.46%

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
Decimal1671751720.0500.020.31157.54.7667.06
HexA7AFAC5021F9d543
Octal247257254502372355103
Binary10100111101011111010110010101011111100111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFAC; }

 p { color: rgb(167,175,172); }

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

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

 a { background-color: rgb(167,175,172); }

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

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

 span { border-color: rgb(167,175,172); }

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