#ABAD71

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

Shades of Locust #ABAD71

Tints of Locust #ABAD71

Color information

#ABAD71 (or 0xABAD71) is unknown color: approx Locust. HEX triplet: AB, AD and 71. RGB value is (171,173,113). Sum of RGB (Red+Green+Blue) = 171+173+113=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD71 is #54528E. Grayscale: #A5A5A5. Windows color (decimal): -5526159 or 7450027. OLE color: 7450027.

HSL color Cylindrical-coordinate representation of color #ABAD71: hue angle of 62º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABAD71 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB171173113-
CMYK0.0100.350.32
HSL62º26.79%56.08%-
HSV(B)62º34.68%67.84%-
XYZ34.7239.7421.46-
YUV165.5698.34131.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=37.42%
G=37.86%
B=24.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731130.0100.350.326226.7956.08
HexABAD711023203e1b38
Octal253255161104340763370
Binary101010111010110111100011010001110000011111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD71; }

 p { color: rgb(171,173,113); }

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

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

 a { background-color: rgb(171,173,113); }

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

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

 span { border-color: rgb(171,173,113); }

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