#ABA258

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

Shades of Gimblet #ABA258

Tints of Gimblet #ABA258

Color information

#ABA258 (or 0xABA258) is unknown color: approx Gimblet. HEX triplet: AB, A2 and 58. RGB value is (171,162,88). Sum of RGB (Red+Green+Blue) = 171+162+88=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA258 is #545DA7. Grayscale: #9C9C9C. Windows color (decimal): -5529000 or 5808811. OLE color: 5808811.

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

Color convert

RGB17116288-
CMYK00.050.490.33
HSL53.49º33.07%50.78%-
HSV(B)53.49º48.54%67.06%-
XYZ31.4835.214.37-
YUV156.2689.48138.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=40.62%
G=38.48%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711628800.050.490.3353.4933.0750.78
HexABA258053121352133
Octal253242130056141654163
Binary101010111010001010110000101110001100001110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA258; }

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

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

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

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

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

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

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

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