#AEB381

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

Shades of Locust #AEB381

Tints of Locust #AEB381

Color information

#AEB381 (or 0xAEB381) is unknown color: approx Locust. HEX triplet: AE, B3 and 81. RGB value is (174,179,129). Sum of RGB (Red+Green+Blue) = 174+179+129=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB381 is #514C7E. Grayscale: #ACACAC. Windows color (decimal): -5327999 or 8500142. OLE color: 8500142.

HSL color Cylindrical-coordinate representation of color #AEB381: hue angle of 66º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB381 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB174179129-
CMYK0.0300.280.30
HSL66º24.75%60.39%-
HSV(B)66º27.93%70.2%-
XYZ37.5442.8227.06-
YUV171.8103.84129.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=36.10%
G=37.14%
B=26.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791290.0300.280.306624.7560.39
HexAEB381301C1E42193c
Octal2562632013034361023174
Binary1010111010110011100000011101110011110100001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB381; }

 p { color: rgb(174,179,129); }

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

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

 a { background-color: rgb(174,179,129); }

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

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

 span { border-color: rgb(174,179,129); }

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