Html Css Color HEX #A5B4AF Periglacial Blue

📋 copy color: '#A5B4AF'

red 165 ◦ green 180 ◦ blue 175

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

Shades of Periglacial Blue #A5B4AF

Tints of Periglacial Blue #A5B4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.62%

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

R = 31.73%
G = 34.62%
B = 33.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#A5B4AF (or 0xA5B4AF) is known color: Periglacial Blue. HEX triplet: A5, B4 and AF. RGB value is (165,180,175). Sum of RGB (Red+Green+Blue) = 165+180+175=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B4AF is #5A4B50. Grayscale: #AEAEAE. Windows color (decimal): -5917521 or 11515045. OLE color: 11515045.

HSL color Cylindrical-coordinate representation of color #A5B4AF: hue angle of 160º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B4AF is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 175 -
CMYK 0.08 0 0.03 0.29
HSL 160º 0.09% 0.68% -
HSV(B) 160º 0.08% 0.71% -
XYZ 39.58 43.74 46.91 -
YUV 174.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 165 180 175 0.08 0 0.03 0.29 160 0.09 0.68
Hex A5 B4 AF 8 0 3 1D A0 9 44
Octal 245 264 257 10 0 3 35 240 11 104
Binary 10100101 10110100 10101111 1000 0 11 11101 10100000 1001 1000100

Color Harmonies of #A5B4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B4AF

Black with #A5B4AF

Text Example


Text Example

White with #A5B4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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