#ABAF83

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

Shades of Locust #ABAF83

Tints of Locust #ABAF83

Color information

#ABAF83 (or 0xABAF83) is unknown color: approx Locust. HEX triplet: AB, AF and 83. RGB value is (171,175,131). Sum of RGB (Red+Green+Blue) = 171+175+131=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF83 is #54507C. Grayscale: #A8A8A8. Windows color (decimal): -5525629 or 8630187. OLE color: 8630187.

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

Color convert

RGB171175131-
CMYK0.0200.250.31
HSL65.45º21.57%60%-
HSV(B)65.45º25.14%68.63%-
XYZ36.2240.9627.47-
YUV168.79106.67129.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=35.85%
G=36.69%
B=27.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751310.0200.250.3165.4521.5760
HexABAF8320191F41163c
Octal2532572032031371012674
Binary1010101110101111100000111001100111111100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF83; }

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

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

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

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

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

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

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

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