Html Css Color HEX #A8ADAB Periglacial Blue

📋 copy color: '#A8ADAB'

red 168 ◦ green 173 ◦ blue 171

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

Shades of Periglacial Blue #A8ADAB

Tints of Periglacial Blue #A8ADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.79%

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 32.81%
G = 33.79%
B = 33.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#A8ADAB (or 0xA8ADAB) is known color: Periglacial Blue. HEX triplet: A8, AD and AB. RGB value is (168,173,171). Sum of RGB (Red+Green+Blue) = 168+173+171=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 173 - color contains mainly: green. Hex color #A8ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADAB is #575254. Grayscale: #ABABAB. Windows color (decimal): -5722709 or 11251112. OLE color: 11251112.

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

Color convert

RGB 168 173 171 -
CMYK 0.03 0 0.01 0.32
HSL 156º 0.03% 0.67% -
HSV(B) 156º 0.03% 0.68% -
XYZ 38.44 41.15 44.45 -
YUV 171.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 168 173 171 0.03 0 0.01 0.32 156 0.03 0.67
Hex A8 AD AB 3 0 1 20 9C 3 43
Octal 250 255 253 3 0 1 40 234 3 103
Binary 10101000 10101101 10101011 11 0 1 100000 10011100 11 1000011

Color Harmonies of #A8ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADAB

Black with #A8ADAB

Text Example


Text Example

White with #A8ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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