#AEB175

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

Shades of Locust #AEB175

Tints of Locust #AEB175

Color information

#AEB175 (or 0xAEB175) is unknown color: approx Locust. HEX triplet: AE, B1 and 75. RGB value is (174,177,117). Sum of RGB (Red+Green+Blue) = 174+177+117=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB175 is #514E8A. Grayscale: #A9A9A9. Windows color (decimal): -5328523 or 7713198. OLE color: 7713198.

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

Color convert

RGB174177117-
CMYK0.0200.340.31
HSL63º27.78%57.65%-
HSV(B)63º33.9%69.41%-
XYZ36.3941.7322.97-
YUV169.2698.51131.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 117 (46.09% from 255) = 25%
R=37.18%
G=37.82%
B=25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771170.0200.340.316327.7857.65
HexAEB17520221F3f1c3a
Octal256261165204237773472
Binary101011101011000111101011001000101111111111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB175; }

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

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

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

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

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

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

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

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