#ABAB73

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

Shades of Locust #ABAB73

Tints of Locust #ABAB73

Color information

#ABAB73 (or 0xABAB73) is unknown color: approx Locust. HEX triplet: AB, AB and 73. RGB value is (171,171,115). Sum of RGB (Red+Green+Blue) = 171+171+115=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB73 is #54548C. Grayscale: #A4A4A4. Windows color (decimal): -5526669 or 7580587. OLE color: 7580587.

HSL color Cylindrical-coordinate representation of color #ABAB73: hue angle of 60º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAB73 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB171171115-
CMYK000.330.33
HSL60º25%56.08%-
HSV(B)60º32.75%67.06%-
XYZ34.4539.0221.94-
YUV164.62100132.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=37.42%
G=37.42%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171115000.330.33602556.08
HexABAB730021213c1938
Octal253253163004141743170
Binary101010111010101111100110010000110000111110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB73; }

 p { color: rgb(171,171,115); }

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

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

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

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

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

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

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