#AEB1AF

Color #AEB1AF Loblolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loblolly #AEB1AF

Tints of Loblolly #AEB1AF

Color information

#AEB1AF (or 0xAEB1AF) is unknown color: approx Loblolly. HEX triplet: AE, B1 and AF. RGB value is (174,177,175). Sum of RGB (Red+Green+Blue) = 174+177+175=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB1AF is #514E50. Grayscale: #AFAFAF. Windows color (decimal): -5328465 or 11514286. OLE color: 11514286.

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

Color convert

RGB174177175-
CMYK0.0200.010.31
HSL140º1.89%68.82%-
HSV(B)140º1.69%69.41%-
XYZ40.9243.5446.8-
YUV175.88127.51126.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=33.08%
G=33.65%
B=33.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771750.0200.010.311401.8968.82
HexAEB1AF2011F8c245
Octal256261257201372142105
Binary10101110101100011010111110011111110001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1AF; }

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

 H1.HeaderClassName
 {
   color: #AEB1AF;
 }
 .AnyTagClassName
 {
   color: #AEB1AF;
 }
</style>
background-color css

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

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

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

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

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

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