Html Css Color HEX #AEB0AF Periglacial Blue

📋 copy color: '#AEB0AF'

red 174 ◦ green 176 ◦ blue 175

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

Shades of Periglacial Blue #AEB0AF

Tints of Periglacial Blue #AEB0AF

RGB

 RED value IS 174 (68.36% from 255) = 33.14%

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

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

R = 33.14%
G = 33.52%
B = 33.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AEB0AF (or 0xAEB0AF) is known color: Periglacial Blue. HEX triplet: AE, B0 and AF. RGB value is (174,176,175). Sum of RGB (Red+Green+Blue) = 174+176+175=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB0AF is #514F50. Grayscale: #AFAFAF. Windows color (decimal): -5328721 or 11514030. OLE color: 11514030.

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

Color convert

RGB 174 176 175 -
CMYK 0.01 0 0.01 0.31
HSL 150º 0.01% 0.69% -
HSV(B) 150º 0.01% 0.69% -
XYZ 40.72 43.14 46.74 -
YUV 175.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 174 176 175 0.01 0 0.01 0.31 150 0.01 0.69
Hex AE B0 AF 1 0 1 1F 96 1 45
Octal 256 260 257 1 0 1 37 226 1 105
Binary 10101110 10110000 10101111 1 0 1 11111 10010110 1 1000101

Color Harmonies of #AEB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB0AF

Black with #AEB0AF

Text Example


Text Example

White with #AEB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB0AF; }

 p { color: rgb(174,176,175); }

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

background-color css

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

 a { background-color: rgb(174,176,175); }

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

border-color css

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

 span { border-color: rgb(174,176,175); }

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