#AEB3B0

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

Shades of Loblolly #AEB3B0

Tints of Loblolly #AEB3B0

Color information

#AEB3B0 (or 0xAEB3B0) is unknown color: approx Loblolly. HEX triplet: AE, B3 and B0. RGB value is (174,179,176). Sum of RGB (Red+Green+Blue) = 174+179+176=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB3B0 is #514C4F. Grayscale: #B1B1B1. Windows color (decimal): -5327952 or 11580334. OLE color: 11580334.

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

Color convert

RGB174179176-
CMYK0.0300.020.30
HSL144º3.18%69.22%-
HSV(B)144º2.79%70.2%-
XYZ41.4144.3747.46-
YUV177.16127.34125.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=32.89%
G=33.84%
B=33.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791760.0300.020.301443.1869.22
HexAEB3B03021E90345
Octal256263260302362203105
Binary101011101011001110110000110101111010010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3B0; }

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

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

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

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

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

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

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

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