#ABAB75

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

Shades of Locust #ABAB75

Tints of Locust #ABAB75

Color information

#ABAB75 (or 0xABAB75) is unknown color: approx Locust. HEX triplet: AB, AB and 75. RGB value is (171,171,117). Sum of RGB (Red+Green+Blue) = 171+171+117=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB75 is #54548A. Grayscale: #A5A5A5. Windows color (decimal): -5526667 or 7711659. OLE color: 7711659.

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

Color convert

RGB171171117-
CMYK000.320.33
HSL60º24.32%56.47%-
HSV(B)60º31.58%67.06%-
XYZ34.5739.0722.55-
YUV164.84101132.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=37.25%
G=37.25%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171117000.320.336024.3256.47
HexABAB750020213c1838
Octal253253165004041743070
Binary101010111010101111101010010000010000111110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB75; }

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

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

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

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

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

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

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

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