Html Css Color HEX #A8B0AD Periglacial Blue

📋 copy color: '#A8B0AD'

red 168 ◦ green 176 ◦ blue 173

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

Shades of Periglacial Blue #A8B0AD

Tints of Periglacial Blue #A8B0AD

RGB

 RED value IS 168 (66.02% from 255) = 32.5%

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

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

R = 32.5%
G = 34.04%
B = 33.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#A8B0AD (or 0xA8B0AD) is known color: Periglacial Blue. HEX triplet: A8, B0 and AD. RGB value is (168,176,173). Sum of RGB (Red+Green+Blue) = 168+176+173=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B0AD is #574F52. Grayscale: #ADADAD. Windows color (decimal): -5721939 or 11382952. OLE color: 11382952.

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

Color convert

RGB 168 176 173 -
CMYK 0.05 0 0.02 0.31
HSL 157.5º 0.05% 0.67% -
HSV(B) 157.5º 0.05% 0.69% -
XYZ 39.22 42.39 45.65 -
YUV 173.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 168 176 173 0.05 0 0.02 0.31 157.5 0.05 0.67
Hex A8 B0 AD 5 0 2 1F 9E 5 43
Octal 250 260 255 5 0 2 37 236 5 103
Binary 10101000 10110000 10101101 101 0 10 11111 10011110 101 1000011

Color Harmonies of #A8B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B0AD

Black with #A8B0AD

Text Example


Text Example

White with #A8B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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