#ABA45D

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

Shades of Gimblet #ABA45D

Tints of Gimblet #ABA45D

Color information

#ABA45D (or 0xABA45D) is unknown color: approx Gimblet. HEX triplet: AB, A4 and 5D. RGB value is (171,164,93). Sum of RGB (Red+Green+Blue) = 171+164+93=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA45D is #545BA2. Grayscale: #9E9E9E. Windows color (decimal): -5528483 or 6137003. OLE color: 6137003.

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

Color convert

RGB17116493-
CMYK00.040.460.33
HSL54.62º31.71%51.76%-
HSV(B)54.62º45.61%67.06%-
XYZ32.053615.62-
YUV15891.32137.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 93 (36.72% from 255) = 21.73%
R=39.95%
G=38.32%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711649300.040.460.3354.6231.7151.76
HexABA45D042E21372034
Octal253244135045641674064
Binary101010111010010010111010100101110100001110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA45D; }

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

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

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

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

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

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

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

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