Html Css Color HEX #A9B0AD Periglacial Blue

📋 copy color: '#A9B0AD'

red 169 ◦ green 176 ◦ blue 173

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

Shades of Periglacial Blue #A9B0AD

Tints of Periglacial Blue #A9B0AD

RGB

 RED value IS 169 (66.41% from 255) = 32.63%

 GREEN value IS 176 (69.14% from 255) = 33.98%

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 32.63%
G = 33.98%
B = 33.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#A9B0AD (or 0xA9B0AD) is known color: Periglacial Blue. HEX triplet: A9, B0 and AD. RGB value is (169,176,173). Sum of RGB (Red+Green+Blue) = 169+176+173=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B0AD is #564F52. Grayscale: #ADADAD. Windows color (decimal): -5656403 or 11382953. OLE color: 11382953.

HSL color Cylindrical-coordinate representation of color #A9B0AD: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A9B0AD is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 176 173 -
CMYK 0.04 0 0.02 0.31
HSL 154.29º 0.04% 0.68% -
HSV(B) 154.29º 0.04% 0.69% -
XYZ 39.43 42.5 45.66 -
YUV 173.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 169 176 173 0.04 0 0.02 0.31 154.29 0.04 0.68
Hex A9 B0 AD 4 0 2 1F 9A 4 44
Octal 251 260 255 4 0 2 37 232 4 104
Binary 10101001 10110000 10101101 100 0 10 11111 10011010 100 1000100

Color Harmonies of #A9B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B0AD

Black with #A9B0AD

Text Example


Text Example

White with #A9B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B0AD; }

 p { color: rgb(169,176,173); }

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

background-color css

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

 a { background-color: rgb(169,176,173); }

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

border-color css

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

 span { border-color: rgb(169,176,173); }

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