Html Css Color HEX #A8ABAA Periglacial Blue

📋 copy color: '#A8ABAA'

red 168 ◦ green 171 ◦ blue 170

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

Shades of Periglacial Blue #A8ABAA

Tints of Periglacial Blue #A8ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.6%

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 33.01%
G = 33.6%
B = 33.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#A8ABAA (or 0xA8ABAA) is known color: Periglacial Blue. HEX triplet: A8, AB and AA. RGB value is (168,171,170). Sum of RGB (Red+Green+Blue) = 168+171+170=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 171 - color contains mainly: green. Hex color #A8ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABAA is #575455. Grayscale: #A9A9A9. Windows color (decimal): -5723222 or 11185064. OLE color: 11185064.

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

Color convert

RGB 168 171 170 -
CMYK 0.02 0 0.01 0.33
HSL 160º 0.02% 0.66% -
HSV(B) 160º 0.02% 0.67% -
XYZ 37.97 40.35 43.82 -
YUV 169.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 168 171 170 0.02 0 0.01 0.33 160 0.02 0.66
Hex A8 AB AA 2 0 1 21 A0 2 42
Octal 250 253 252 2 0 1 41 240 2 102
Binary 10101000 10101011 10101010 10 0 1 100001 10100000 10 1000010

Color Harmonies of #A8ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABAA

Black with #A8ABAA

Text Example


Text Example

White with #A8ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABAA; }

 p { color: rgb(168,171,170); }

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

background-color css

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

 a { background-color: rgb(168,171,170); }

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

border-color css

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

 span { border-color: rgb(168,171,170); }

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