#ABA15E

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

Shades of Gimblet #ABA15E

Tints of Gimblet #ABA15E

Color information

#ABA15E (or 0xABA15E) is unknown color: approx Gimblet. HEX triplet: AB, A1 and 5E. RGB value is (171,161,94). Sum of RGB (Red+Green+Blue) = 171+161+94=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA15E is #545EA1. Grayscale: #9C9C9C. Windows color (decimal): -5529250 or 6201771. OLE color: 6201771.

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

Color convert

RGB17116194-
CMYK00.060.450.33
HSL52.21º31.43%51.96%-
HSV(B)52.21º45.03%67.06%-
XYZ31.5634.9615.67-
YUV156.3592.81138.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=40.14%
G=37.79%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711619400.060.450.3352.2131.4351.96
HexABA15E062D21341f34
Octal253241136065541643764
Binary10101011101000011011110011010110110000111010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA15E; }

 p { color: rgb(171,161,94); }

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

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

 a { background-color: rgb(171,161,94); }

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

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

 span { border-color: rgb(171,161,94); }

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