#ABAB70

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

Shades of Locust #ABAB70

Tints of Locust #ABAB70

Color information

#ABAB70 (or 0xABAB70) is unknown color: approx Locust. HEX triplet: AB, AB and 70. RGB value is (171,171,112). Sum of RGB (Red+Green+Blue) = 171+171+112=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB70 is #54548F. Grayscale: #A4A4A4. Windows color (decimal): -5526672 or 7383979. OLE color: 7383979.

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

Color convert

RGB171171112-
CMYK000.350.33
HSL60º25.99%55.49%-
HSV(B)60º34.5%67.06%-
XYZ34.2838.9521.04-
YUV164.2798.5132.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=37.67%
G=37.67%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171112000.350.336025.9955.49
HexABAB700023213c1a37
Octal253253160004341743267
Binary101010111010101111100000010001110000111110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB70; }

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

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

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

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

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

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

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

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