#ABA86B

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

Shades of Gimblet #ABA86B

Tints of Gimblet #ABA86B

Color information

#ABA86B (or 0xABA86B) is unknown color: approx Gimblet. HEX triplet: AB, A8 and 6B. RGB value is (171,168,107). Sum of RGB (Red+Green+Blue) = 171+168+107=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA86B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA86B is #545794. Grayscale: #A2A2A2. Windows color (decimal): -5527445 or 7055531. OLE color: 7055531.

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

Color convert

RGB171168107-
CMYK00.020.370.33
HSL57.19º27.59%54.51%-
HSV(B)57.19º37.43%67.06%-
XYZ33.4537.7219.43-
YUV161.9496.99134.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 168 (66.02% from 255) = 37.67%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=38.34%
G=37.67%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116810700.020.370.3357.1927.5954.51
HexABA86B022521391c37
Octal253250153024541713467
Binary1010101110101000110101101010010110000111100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA86B; }

 p { color: rgb(171,168,107); }

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

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

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

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

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

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

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