#AEB17F

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

Shades of Locust #AEB17F

Tints of Locust #AEB17F

Color information

#AEB17F (or 0xAEB17F) is unknown color: approx Locust. HEX triplet: AE, B1 and 7F. RGB value is (174,177,127). Sum of RGB (Red+Green+Blue) = 174+177+127=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB17F is #514E80. Grayscale: #AAAAAA. Windows color (decimal): -5328513 or 8368558. OLE color: 8368558.

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

Color convert

RGB174177127-
CMYK0.0200.280.31
HSL63.6º24.27%59.61%-
HSV(B)63.6º28.25%69.41%-
XYZ37.0141.9826.23-
YUV170.4103.51130.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 177 (69.53% from 255) = 37.03%
BLUE value IS 127 (50% from 255) = 26.57%
R=36.40%
G=37.03%
B=26.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771270.0200.280.3163.624.2759.61
HexAEB17F201C1F40183c
Octal2562611772034371003074
Binary101011101011000111111111001110011111100000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB17F; }

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

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

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

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

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

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

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

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