#AEB47D

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

Shades of Locust #AEB47D

Tints of Locust #AEB47D

Color information

#AEB47D (or 0xAEB47D) is unknown color: approx Locust. HEX triplet: AE, B4 and 7D. RGB value is (174,180,125). Sum of RGB (Red+Green+Blue) = 174+180+125=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB47D is #514B82. Grayscale: #ACACAC. Windows color (decimal): -5327747 or 8238254. OLE color: 8238254.

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

Color convert

RGB174180125-
CMYK0.0300.310.29
HSL66.55º26.83%59.8%-
HSV(B)66.55º30.56%70.59%-
XYZ37.4843.1225.75-
YUV171.94101.51129.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 125 (49.22% from 255) = 26.10%
R=36.33%
G=37.58%
B=26.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801250.0300.310.2966.5526.8359.8
HexAEB47D301F1D431b3c
Octal2562641753037351033374
Binary101011101011010011111011101111111101100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB47D; }

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

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

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

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

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

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

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

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