#ABA76B

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

Shades of Gimblet #ABA76B

Tints of Gimblet #ABA76B

Color information

#ABA76B (or 0xABA76B) is unknown color: approx Gimblet. HEX triplet: AB, A7 and 6B. RGB value is (171,167,107). Sum of RGB (Red+Green+Blue) = 171+167+107=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA76B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA76B is #545894. Grayscale: #A1A1A1. Windows color (decimal): -5527701 or 7055275. OLE color: 7055275.

HSL color Cylindrical-coordinate representation of color #ABA76B: hue angle of 56.25º 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 #ABA76B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB171167107-
CMYK00.020.370.33
HSL56.25º27.59%54.51%-
HSV(B)56.25º37.43%67.06%-
XYZ33.2737.3619.37-
YUV161.3697.33134.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 167 (65.62% from 255) = 37.53%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=38.43%
G=37.53%
B=24.04%

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
Decimal17116710700.020.370.3356.2527.5954.51
HexABA76B022521381c37
Octal253247153024541703467
Binary1010101110100111110101101010010110000111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA76B; }

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

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

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

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

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

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

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

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