Html Css Color HEX #A7B9AF Periglacial Blue

📋 copy color: '#A7B9AF'

red 167 ◦ green 185 ◦ blue 175

#A7B9AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periglacial Blue #A7B9AF

Tints of Periglacial Blue #A7B9AF

RGB

 RED value IS 167 (65.63% from 255) = 31.69%

 GREEN value IS 185 (72.66% from 255) = 35.1%

 BLUE value IS 175 (68.75% from 255) = 33.21%

R = 31.69%
G = 35.1%
B = 33.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#A7B9AF (or 0xA7B9AF) is known color: Periglacial Blue. HEX triplet: A7, B9 and AF. RGB value is (167,185,175). Sum of RGB (Red+Green+Blue) = 167+185+175=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B9AF is #584650. Grayscale: #B2B2B2. Windows color (decimal): -5785169 or 11516327. OLE color: 11516327.

HSL color Cylindrical-coordinate representation of color #A7B9AF: hue angle of 146.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7B9AF is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 175 -
CMYK 0.10 0 0.05 0.27
HSL 146.67º 0.11% 0.69% -
HSV(B) 146.67º 0.1% 0.73% -
XYZ 41.02 46.01 47.28 -
YUV 178.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 167 185 175 0.10 0 0.05 0.27 146.67 0.11 0.69
Hex A7 B9 AF A 0 5 1B 93 B 45
Octal 247 271 257 12 0 5 33 223 13 105
Binary 10100111 10111001 10101111 1010 0 101 11011 10010011 1011 1000101

Color Harmonies of #A7B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B9AF

Black with #A7B9AF

Text Example


Text Example

White with #A7B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B9AF; }

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

 H1.HeaderClassName
 {
   color: #A7B9AF;
 }
 .AnyTagClassName
 {
   color: #A7B9AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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