#ABA96A

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

Shades of Gimblet #ABA96A

Tints of Gimblet #ABA96A

Color information

#ABA96A (or 0xABA96A) is unknown color: approx Gimblet. HEX triplet: AB, A9 and 6A. RGB value is (171,169,106). Sum of RGB (Red+Green+Blue) = 171+169+106=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA96A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA96A is #545695. Grayscale: #A2A2A2. Windows color (decimal): -5527190 or 6990251. OLE color: 6990251.

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

Color convert

RGB171169106-
CMYK00.010.380.33
HSL58.15º27.9%54.31%-
HSV(B)58.15º38.01%67.06%-
XYZ33.5838.0719.21-
YUV162.4296.16134.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 169 (66.41% from 255) = 37.89%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=38.34%
G=37.89%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116910600.010.380.3358.1527.954.31
HexABA96A0126213a1c36
Octal253251152014641723466
Binary101010111010100111010100110011010000111101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA96A; }

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

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

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

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

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

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

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

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