#AEB27B

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

Shades of Locust #AEB27B

Tints of Locust #AEB27B

Color information

#AEB27B (or 0xAEB27B) is unknown color: approx Locust. HEX triplet: AE, B2 and 7B. RGB value is (174,178,123). Sum of RGB (Red+Green+Blue) = 174+178+123=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB27B is #514D84. Grayscale: #AAAAAA. Windows color (decimal): -5328261 or 8106670. OLE color: 8106670.

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

Color convert

RGB174178123-
CMYK0.0200.310.30
HSL64.36º26.32%59.02%-
HSV(B)64.36º30.9%69.8%-
XYZ36.9542.2724.95-
YUV170.53101.17130.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=36.63%
G=37.47%
B=25.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781230.0200.310.3064.3626.3259.02
HexAEB27B201F1E401a3b
Octal2562621732037361003273
Binary101011101011001011110111001111111110100000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB27B; }

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

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

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

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

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

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

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

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