Html Css Color HEX #A5B8AF Periglacial Blue

📋 copy color: '#A5B8AF'

red 165 ◦ green 184 ◦ blue 175

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

Shades of Periglacial Blue #A5B8AF

Tints of Periglacial Blue #A5B8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.11%

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

R = 31.49%
G = 35.11%
B = 33.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#A5B8AF (or 0xA5B8AF) is known color: Periglacial Blue. HEX triplet: A5, B8 and AF. RGB value is (165,184,175). Sum of RGB (Red+Green+Blue) = 165+184+175=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B8AF is #5A4750. Grayscale: #B1B1B1. Windows color (decimal): -5916497 or 11516069. OLE color: 11516069.

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

Color convert

RGB 165 184 175 -
CMYK 0.10 0 0.05 0.28
HSL 151.58º 0.12% 0.68% -
HSV(B) 151.58º 0.1% 0.72% -
XYZ 40.4 45.38 47.19 -
YUV 177.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 165 184 175 0.10 0 0.05 0.28 151.58 0.12 0.68
Hex A5 B8 AF A 0 5 1C 98 C 44
Octal 245 270 257 12 0 5 34 230 14 104
Binary 10100101 10111000 10101111 1010 0 101 11100 10011000 1100 1000100

Color Harmonies of #A5B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B8AF

Black with #A5B8AF

Text Example


Text Example

White with #A5B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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