#a89f61

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

Shades of Gimblet #A89F61

Tints of Gimblet #A89F61

Color information

#A89F61 (or 0xA89F61) is unknown color: approx Gimblet. HEX triplet: A8, 9F and 61. RGB value is (168,159,97). Sum of RGB (Red+Green+Blue) = 168+159+97=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89F61 is #57609E. Grayscale: #9A9A9A. Windows color (decimal): -5726367 or 6397864. OLE color: 6397864.

HSL color Cylindrical-coordinate representation of color #A89F61: hue angle of 52.39º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A89F61 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB16815997-
CMYK00.050.420.34
HSL52.39º28.98%51.96%-
HSV(B)52.39º42.26%65.88%-
XYZ30.733.9816.25-
YUV154.6295.48137.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=39.62%
G=37.5%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681599700.050.420.3452.3928.9851.96
HexA89F61052A22341d34
Octal250237141055242643564
Binary10101000100111111100001010110101010001011010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89f61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89f61; }

 p { color: rgb(168,159,97); }

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

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

 a { background-color: rgb(168,159,97); }

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

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

 span { border-color: rgb(168,159,97); }

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