#aba462

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

Shades of Gimblet #ABA462

Tints of Gimblet #ABA462

Color information

#ABA462 (or 0xABA462) is unknown color: approx Gimblet. HEX triplet: AB, A4 and 62. RGB value is (171,164,98). Sum of RGB (Red+Green+Blue) = 171+164+98=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA462 is #545B9D. Grayscale: #9E9E9E. Windows color (decimal): -5528478 or 6464683. OLE color: 6464683.

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

Color convert

RGB17116498-
CMYK00.040.430.33
HSL54.25º30.29%52.75%-
HSV(B)54.25º42.69%67.06%-
XYZ32.2736.0916.82-
YUV158.5793.82136.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=39.49%
G=37.88%
B=22.63%

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
Decimal1711649800.040.430.3354.2530.2952.75
HexABA462042B21361e35
Octal253244142045341663665
Binary10101011101001001100010010010101110000111011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aba462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aba462; }

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

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

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

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

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

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

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

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