Html Css Color HEX #A5B9AF Periglacial Blue

📋 copy color: '#A5B9AF'

red 165 ◦ green 185 ◦ blue 175

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

Shades of Periglacial Blue #A5B9AF

Tints of Periglacial Blue #A5B9AF

RGB

 RED value IS 165 (64.84% from 255) = 31.43%

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

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

R = 31.43%
G = 35.24%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#A5B9AF (or 0xA5B9AF) is known color: Periglacial Blue. HEX triplet: A5, B9 and AF. RGB value is (165,185,175). Sum of RGB (Red+Green+Blue) = 165+185+175=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9AF is #5A4650. Grayscale: #B1B1B1. Windows color (decimal): -5916241 or 11516325. OLE color: 11516325.

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

Color convert

RGB 165 185 175 -
CMYK 0.11 0 0.05 0.27
HSL 150º 0.13% 0.69% -
HSV(B) 150º 0.11% 0.73% -
XYZ 40.6 45.79 47.26 -
YUV 177.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 165 185 175 0.11 0 0.05 0.27 150 0.13 0.69
Hex A5 B9 AF B 0 5 1B 96 C 45
Octal 245 271 257 13 0 5 33 226 14 105
Binary 10100101 10111001 10101111 1011 0 101 11011 10010110 1100 1000101

Color Harmonies of #A5B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9AF

Black with #A5B9AF

Text Example


Text Example

White with #A5B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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