#AEB17C

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

Shades of Locust #AEB17C

Tints of Locust #AEB17C

Color information

#AEB17C (or 0xAEB17C) is unknown color: approx Locust. HEX triplet: AE, B1 and 7C. RGB value is (174,177,124). Sum of RGB (Red+Green+Blue) = 174+177+124=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB17C is #514E83. Grayscale: #AAAAAA. Windows color (decimal): -5328516 or 8171950. OLE color: 8171950.

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

Color convert

RGB174177124-
CMYK0.0200.300.31
HSL63.4º25.36%59.02%-
HSV(B)63.4º29.94%69.41%-
XYZ36.8241.925.22-
YUV170.06102.01130.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=36.63%
G=37.26%
B=26.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771240.0200.300.3163.425.3659.02
HexAEB17C201E1F3f193b
Octal256261174203637773173
Binary10101110101100011111100100111101111111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB17C; }

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

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

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

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

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

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

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

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