#ABA259

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

Shades of Gimblet #ABA259

Tints of Gimblet #ABA259

Color information

#ABA259 (or 0xABA259) is unknown color: approx Gimblet. HEX triplet: AB, A2 and 59. RGB value is (171,162,89). Sum of RGB (Red+Green+Blue) = 171+162+89=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA259 is #545DA6. Grayscale: #9C9C9C. Windows color (decimal): -5528999 or 5874347. OLE color: 5874347.

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

Color convert

RGB17116289-
CMYK00.050.480.33
HSL53.41º32.8%50.98%-
HSV(B)53.41º47.95%67.06%-
XYZ31.5235.2214.59-
YUV156.3789.98138.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=40.52%
G=38.39%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711628900.050.480.3353.4132.850.98
HexABA259053021352133
Octal253242131056041654163
Binary101010111010001010110010101110000100001110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA259; }

 p { color: rgb(171,162,89); }

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

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

 a { background-color: rgb(171,162,89); }

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

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

 span { border-color: rgb(171,162,89); }

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