#ABA05B

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

Shades of Gimblet #ABA05B

Tints of Gimblet #ABA05B

Color information

#ABA05B (or 0xABA05B) is unknown color: approx Gimblet. HEX triplet: AB, A0 and 5B. RGB value is (171,160,91). Sum of RGB (Red+Green+Blue) = 171+160+91=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA05B is #545FA4. Grayscale: #9B9B9B. Windows color (decimal): -5529509 or 6004907. OLE color: 6004907.

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

Color convert

RGB17116091-
CMYK00.060.470.33
HSL51.75º32.26%51.37%-
HSV(B)51.75º46.78%67.06%-
XYZ31.2534.5514.92-
YUV155.4291.64139.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=40.52%
G=37.91%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711609100.060.470.3351.7532.2651.37
HexABA05B062F21342033
Octal253240133065741644063
Binary101010111010000010110110110101111100001110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA05B; }

 p { color: rgb(171,160,91); }

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

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

 a { background-color: rgb(171,160,91); }

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

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

 span { border-color: rgb(171,160,91); }

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