#ABA562

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

Shades of Gimblet #ABA562

Tints of Gimblet #ABA562

Color information

#ABA562 (or 0xABA562) is unknown color: approx Gimblet. HEX triplet: AB, A5 and 62. RGB value is (171,165,98). Sum of RGB (Red+Green+Blue) = 171+165+98=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA562 is #545A9D. Grayscale: #9F9F9F. Windows color (decimal): -5528222 or 6464939. OLE color: 6464939.

HSL color Cylindrical-coordinate representation of color #ABA562: hue angle of 55.07º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABA562 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17116598-
CMYK00.040.430.33
HSL55.07º30.29%52.75%-
HSV(B)55.07º42.69%67.06%-
XYZ32.4536.4516.88-
YUV159.1693.49136.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=39.40%
G=38.02%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711659800.040.430.3355.0730.2952.75
HexABA562042B21371e35
Octal253245142045341673665
Binary10101011101001011100010010010101110000111011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA562; }

 p { color: rgb(171,165,98); }

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

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

 a { background-color: rgb(171,165,98); }

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

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

 span { border-color: rgb(171,165,98); }

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