Html Css Color HEX #A7B5AE Periglacial Blue

📋 copy color: '#A7B5AE'

red 167 ◦ green 181 ◦ blue 174

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

Shades of Periglacial Blue #A7B5AE

Tints of Periglacial Blue #A7B5AE

RGB

 RED value IS 167 (65.63% from 255) = 31.99%

 GREEN value IS 181 (71.09% from 255) = 34.67%

 BLUE value IS 174 (68.36% from 255) = 33.33%

R = 31.99%
G = 34.67%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#A7B5AE (or 0xA7B5AE) is known color: Periglacial Blue. HEX triplet: A7, B5 and AE. RGB value is (167,181,174). Sum of RGB (Red+Green+Blue) = 167+181+174=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B5AE is #584A51. Grayscale: #B0B0B0. Windows color (decimal): -5786194 or 11449767. OLE color: 11449767.

HSL color Cylindrical-coordinate representation of color #A7B5AE: hue angle of 150º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A7B5AE is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 181 174 -
CMYK 0.08 0 0.04 0.29
HSL 150º 0.09% 0.68% -
HSV(B) 150º 0.08% 0.71% -
XYZ 40.1 44.32 46.49 -
YUV 176.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 167 181 174 0.08 0 0.04 0.29 150 0.09 0.68
Hex A7 B5 AE 8 0 4 1D 96 9 44
Octal 247 265 256 10 0 4 35 226 11 104
Binary 10100111 10110101 10101110 1000 0 100 11101 10010110 1001 1000100

Color Harmonies of #A7B5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B5AE

Black with #A7B5AE

Text Example


Text Example

White with #A7B5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B5AE; }

 p { color: rgb(167,181,174); }

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

background-color css

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

 a { background-color: rgb(167,181,174); }

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

border-color css

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

 span { border-color: rgb(167,181,174); }

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