#ABAF75

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

Shades of Locust #ABAF75

Tints of Locust #ABAF75

Color information

#ABAF75 (or 0xABAF75) is unknown color: approx Locust. HEX triplet: AB, AF and 75. RGB value is (171,175,117). Sum of RGB (Red+Green+Blue) = 171+175+117=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF75 is #54508A. Grayscale: #A7A7A7. Windows color (decimal): -5525643 or 7712683. OLE color: 7712683.

HSL color Cylindrical-coordinate representation of color #ABAF75: hue angle of 64.14º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAF75 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB171175117-
CMYK0.0200.330.31
HSL64.14º26.61%57.25%-
HSV(B)64.14º33.14%68.63%-
XYZ35.3440.622.8-
YUV167.1999.67130.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=36.93%
G=37.80%
B=25.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751170.0200.330.3164.1426.6157.25
HexABAF7520211F401b39
Octal2532571652041371003371
Binary1010101110101111111010110010000111111100000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF75; }

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

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

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

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

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

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

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

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