#AEB279

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

Shades of Locust #AEB279

Tints of Locust #AEB279

Color information

#AEB279 (or 0xAEB279) is unknown color: approx Locust. HEX triplet: AE, B2 and 79. RGB value is (174,178,121). Sum of RGB (Red+Green+Blue) = 174+178+121=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB279 is #514D86. Grayscale: #AAAAAA. Windows color (decimal): -5328263 or 7975598. OLE color: 7975598.

HSL color Cylindrical-coordinate representation of color #AEB279: hue angle of 64.21º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEB279 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB174178121-
CMYK0.0200.320.30
HSL64.21º27.01%58.63%-
HSV(B)64.21º32.02%69.8%-
XYZ36.8342.2224.3-
YUV170.31100.17130.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=36.79%
G=37.63%
B=25.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781210.0200.320.3064.2127.0158.63
HexAEB27920201E401b3b
Octal2562621712040361003373
Binary1010111010110010111100110010000011110100000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB279; }

 p { color: rgb(174,178,121); }

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

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

 a { background-color: rgb(174,178,121); }

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

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

 span { border-color: rgb(174,178,121); }

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