#ABAE7A

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

Shades of Locust #ABAE7A

Tints of Locust #ABAE7A

Color information

#ABAE7A (or 0xABAE7A) is unknown color: approx Locust. HEX triplet: AB, AE and 7A. RGB value is (171,174,122). Sum of RGB (Red+Green+Blue) = 171+174+122=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE7A is #545185. Grayscale: #A7A7A7. Windows color (decimal): -5525894 or 8040107. OLE color: 8040107.

HSL color Cylindrical-coordinate representation of color #ABAE7A: hue angle of 63.46º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABAE7A is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB171174122-
CMYK0.0200.300.32
HSL63.46º24.3%58.04%-
HSV(B)63.46º29.89%68.24%-
XYZ35.4440.3424.33-
YUV167.18102.51130.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=36.62%
G=37.26%
B=26.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741220.0200.300.3263.4624.358.04
HexABAE7A201E203f183a
Octal253256172203640773072
Binary101010111010111011110101001111010000011111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE7A; }

 p { color: rgb(171,174,122); }

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

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

 a { background-color: rgb(171,174,122); }

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

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

 span { border-color: rgb(171,174,122); }

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