#AEB47E

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

Shades of Locust #AEB47E

Tints of Locust #AEB47E

Color information

#AEB47E (or 0xAEB47E) is unknown color: approx Locust. HEX triplet: AE, B4 and 7E. RGB value is (174,180,126). Sum of RGB (Red+Green+Blue) = 174+180+126=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB47E is #514B81. Grayscale: #ACACAC. Windows color (decimal): -5327746 or 8303790. OLE color: 8303790.

HSL color Cylindrical-coordinate representation of color #AEB47E: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB47E is Cyan = 0.03, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB174180126-
CMYK0.0300.30.29
HSL66.67º26.47%60%-
HSV(B)66.67º30%70.59%-
XYZ37.5443.1526.09-
YUV172.05102.01129.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 126 (49.61% from 255) = 26.25%
R=36.25%
G=37.5%
B=26.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801260.0300.30.2966.6726.4760
HexAEB47E301E1D431a3c
Octal2562641763036351033274
Binary101011101011010011111101101111011101100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB47E; }

 p { color: rgb(174,180,126); }

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

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

 a { background-color: rgb(174,180,126); }

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

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

 span { border-color: rgb(174,180,126); }

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