#ABAD77

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

Shades of Locust #ABAD77

Tints of Locust #ABAD77

Color information

#ABAD77 (or 0xABAD77) is unknown color: approx Locust. HEX triplet: AB, AD and 77. RGB value is (171,173,119). Sum of RGB (Red+Green+Blue) = 171+173+119=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD77 is #545288. Grayscale: #A6A6A6. Windows color (decimal): -5526153 or 7843243. OLE color: 7843243.

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

Color convert

RGB171173119-
CMYK0.0100.310.32
HSL62.22º24.77%57.25%-
HSV(B)62.22º31.21%67.84%-
XYZ35.0739.8823.3-
YUV166.25101.34131.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=36.93%
G=37.37%
B=25.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731190.0100.310.3262.2224.7757.25
HexABAD77101F203e1939
Octal253255167103740763171
Binary10101011101011011110111101111110000011111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD77; }

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

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

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

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

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

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

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

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