Html Css Color HEX #A8B3AF Periglacial Blue

📋 copy color: '#A8B3AF'

red 168 ◦ green 179 ◦ blue 175

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

Shades of Periglacial Blue #A8B3AF

Tints of Periglacial Blue #A8B3AF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.29%

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

R = 32.18%
G = 34.29%
B = 33.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#A8B3AF (or 0xA8B3AF) is known color: Periglacial Blue. HEX triplet: A8, B3 and AF. RGB value is (168,179,175). Sum of RGB (Red+Green+Blue) = 168+179+175=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B3AF is #574C50. Grayscale: #AFAFAF. Windows color (decimal): -5721169 or 11514792. OLE color: 11514792.

HSL color Cylindrical-coordinate representation of color #A8B3AF: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8B3AF is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 175 -
CMYK 0.06 0 0.02 0.30
HSL 158.18º 0.07% 0.68% -
HSV(B) 158.18º 0.06% 0.7% -
XYZ 40.01 43.66 46.88 -
YUV 175.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 168 179 175 0.06 0 0.02 0.30 158.18 0.07 0.68
Hex A8 B3 AF 6 0 2 1E 9E 7 44
Octal 250 263 257 6 0 2 36 236 7 104
Binary 10101000 10110011 10101111 110 0 10 11110 10011110 111 1000100

Color Harmonies of #A8B3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B3AF

Black with #A8B3AF

Text Example


Text Example

White with #A8B3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B3AF; }

 p { color: rgb(168,179,175); }

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

background-color css

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

 a { background-color: rgb(168,179,175); }

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

border-color css

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

 span { border-color: rgb(168,179,175); }

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