Html Css Color HEX #A4B7AF Periglacial Blue

📋 copy color: '#A4B7AF'

red 164 ◦ green 183 ◦ blue 175

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

Shades of Periglacial Blue #A4B7AF

Tints of Periglacial Blue #A4B7AF

RGB

 RED value IS 164 (64.45% from 255) = 31.42%

 GREEN value IS 183 (71.88% from 255) = 35.06%

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

R = 31.42%
G = 35.06%
B = 33.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#A4B7AF (or 0xA4B7AF) is known color: Periglacial Blue. HEX triplet: A4, B7 and AF. RGB value is (164,183,175). Sum of RGB (Red+Green+Blue) = 164+183+175=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B7AF is #5B4850. Grayscale: #B0B0B0. Windows color (decimal): -5982289 or 11515812. OLE color: 11515812.

HSL color Cylindrical-coordinate representation of color #A4B7AF: hue angle of 154.74º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B7AF is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 175 -
CMYK 0.10 0 0.04 0.28
HSL 154.74º 0.12% 0.68% -
HSV(B) 154.74º 0.1% 0.72% -
XYZ 39.98 44.85 47.11 -
YUV 176.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 164 183 175 0.10 0 0.04 0.28 154.74 0.12 0.68
Hex A4 B7 AF A 0 4 1C 9B C 44
Octal 244 267 257 12 0 4 34 233 14 104
Binary 10100100 10110111 10101111 1010 0 100 11100 10011011 1100 1000100

Color Harmonies of #A4B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B7AF

Black with #A4B7AF

Text Example


Text Example

White with #A4B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B7AF; }

 p { color: rgb(164,183,175); }

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

background-color css

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

 a { background-color: rgb(164,183,175); }

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

border-color css

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

 span { border-color: rgb(164,183,175); }

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