#ABAE7B

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

Shades of Locust #ABAE7B

Tints of Locust #ABAE7B

Color information

#ABAE7B (or 0xABAE7B) is unknown color: approx Locust. HEX triplet: AB, AE and 7B. RGB value is (171,174,123). Sum of RGB (Red+Green+Blue) = 171+174+123=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE7B is #545184. Grayscale: #A7A7A7. Windows color (decimal): -5525893 or 8105643. OLE color: 8105643.

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

Color convert

RGB171174123-
CMYK0.0200.290.32
HSL63.53º23.94%58.24%-
HSV(B)63.53º29.31%68.24%-
XYZ35.5140.3624.66-
YUV167.29103.01130.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 123 (48.44% from 255) = 26.28%
R=36.54%
G=37.18%
B=26.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741230.0200.290.3263.5323.9458.24
HexABAE7B201D2040183a
Octal2532561732035401003072
Binary1010101110101110111101110011101100000100000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE7B; }

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

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

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

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

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

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

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

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