#AEB176

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

Shades of Locust #AEB176

Tints of Locust #AEB176

Color information

#AEB176 (or 0xAEB176) is unknown color: approx Locust. HEX triplet: AE, B1 and 76. RGB value is (174,177,118). Sum of RGB (Red+Green+Blue) = 174+177+118=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB176 is #514E89. Grayscale: #A9A9A9. Windows color (decimal): -5328522 or 7778734. OLE color: 7778734.

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

Color convert

RGB174177118-
CMYK0.0200.330.31
HSL63.05º27.44%57.84%-
HSV(B)63.05º33.33%69.41%-
XYZ36.4541.7523.28-
YUV169.3899.01131.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=37.10%
G=37.74%
B=25.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771180.0200.330.3163.0527.4457.84
HexAEB17620211F3f1b3a
Octal256261166204137773372
Binary101011101011000111101101001000011111111111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB176; }

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

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

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

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

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

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

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

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