#ABA15D

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

Shades of Gimblet #ABA15D

Tints of Gimblet #ABA15D

Color information

#ABA15D (or 0xABA15D) is unknown color: approx Gimblet. HEX triplet: AB, A1 and 5D. RGB value is (171,161,93). Sum of RGB (Red+Green+Blue) = 171+161+93=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA15D is #545EA2. Grayscale: #9C9C9C. Windows color (decimal): -5529251 or 6136235. OLE color: 6136235.

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

Color convert

RGB17116193-
CMYK00.060.460.33
HSL52.31º31.71%51.76%-
HSV(B)52.31º45.61%67.06%-
XYZ31.5234.9415.44-
YUV156.2492.31138.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=40.24%
G=37.88%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711619300.060.460.3352.3131.7151.76
HexABA15D062E21342034
Octal253241135065641644064
Binary101010111010000110111010110101110100001110100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA15D; }

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

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

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

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

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

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

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

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