#AEB375

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

Shades of Locust #AEB375

Tints of Locust #AEB375

Color information

#AEB375 (or 0xAEB375) is unknown color: approx Locust. HEX triplet: AE, B3 and 75. RGB value is (174,179,117). Sum of RGB (Red+Green+Blue) = 174+179+117=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB375 is #514C8A. Grayscale: #AAAAAA. Windows color (decimal): -5328011 or 7713710. OLE color: 7713710.

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

Color convert

RGB174179117-
CMYK0.0300.350.30
HSL64.84º28.97%58.04%-
HSV(B)64.84º34.64%70.2%-
XYZ36.7942.5223.1-
YUV170.4497.84130.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=37.02%
G=38.09%
B=24.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791170.0300.350.3064.8428.9758.04
HexAEB37530231E411d3a
Octal2562631653043361013572
Binary1010111010110011111010111010001111110100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB375; }

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

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

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

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

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

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

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

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