#ABA46A

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

Shades of Gimblet #ABA46A

Tints of Gimblet #ABA46A

Color information

#ABA46A (or 0xABA46A) is unknown color: approx Gimblet. HEX triplet: AB, A4 and 6A. RGB value is (171,164,106). Sum of RGB (Red+Green+Blue) = 171+164+106=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA46A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA46A is #545B95. Grayscale: #9F9F9F. Windows color (decimal): -5528470 or 6988971. OLE color: 6988971.

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

Color convert

RGB171164106-
CMYK00.040.380.33
HSL53.54º27.9%54.31%-
HSV(B)53.54º38.01%67.06%-
XYZ32.6736.2518.91-
YUV159.4897.82136.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 106 (41.80% from 255) = 24.04%
R=38.78%
G=37.19%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116410600.040.380.3353.5427.954.31
HexABA46A042621361c36
Octal253244152044641663466
Binary10101011101001001101010010010011010000111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA46A; }

 p { color: rgb(171,164,106); }

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

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

 a { background-color: rgb(171,164,106); }

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

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

 span { border-color: rgb(171,164,106); }

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