#ABA661

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

Shades of Gimblet #ABA661

Tints of Gimblet #ABA661

Color information

#ABA661 (or 0xABA661) is unknown color: approx Gimblet. HEX triplet: AB, A6 and 61. RGB value is (171,166,97). Sum of RGB (Red+Green+Blue) = 171+166+97=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA661 is #54599E. Grayscale: #9F9F9F. Windows color (decimal): -5527967 or 6399659. OLE color: 6399659.

HSL color Cylindrical-coordinate representation of color #ABA661: hue angle of 55.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABA661 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17116697-
CMYK00.030.430.33
HSL55.95º30.58%52.55%-
HSV(B)55.95º43.27%67.06%-
XYZ32.5936.7916.69-
YUV159.6392.66136.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=39.40%
G=38.25%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711669700.030.430.3355.9530.5852.55
HexABA661032B21381f35
Octal253246141035341703765
Binary1010101110100110110000101110101110000111100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA661; }

 p { color: rgb(171,166,97); }

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

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

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

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

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

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

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