#AEB07F

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

Shades of Locust #AEB07F

Tints of Locust #AEB07F

Color information

#AEB07F (or 0xAEB07F) is unknown color: approx Locust. HEX triplet: AE, B0 and 7F. RGB value is (174,176,127). Sum of RGB (Red+Green+Blue) = 174+176+127=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB07F is #514F80. Grayscale: #AAAAAA. Windows color (decimal): -5328769 or 8368302. OLE color: 8368302.

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

Color convert

RGB174176127-
CMYK0.0100.280.31
HSL62.45º23.67%59.41%-
HSV(B)62.45º27.84%69.02%-
XYZ36.8141.5826.16-
YUV169.82103.84130.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 127 (50% from 255) = 26.62%
R=36.48%
G=36.90%
B=26.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761270.0100.280.3162.4523.6759.41
HexAEB07F101C1F3e183b
Octal256260177103437763073
Binary1010111010110000111111110111001111111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB07F; }

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

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

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

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

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

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

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

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