#a89e61

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

Shades of Gimblet #A89E61

Tints of Gimblet #A89E61

Color information

#A89E61 (or 0xA89E61) is unknown color: approx Gimblet. HEX triplet: A8, 9E and 61. RGB value is (168,158,97). Sum of RGB (Red+Green+Blue) = 168+158+97=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89E61 is #57619E. Grayscale: #9A9A9A. Windows color (decimal): -5726623 or 6397608. OLE color: 6397608.

HSL color Cylindrical-coordinate representation of color #A89E61: hue angle of 51.55º 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 #A89E61 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB16815897-
CMYK00.060.420.34
HSL51.55º28.98%51.96%-
HSV(B)51.55º42.26%65.88%-
XYZ30.5333.6416.19-
YUV154.0495.81137.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=39.72%
G=37.35%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681589700.060.420.3451.5528.9851.96
HexA89E61062A22341d34
Octal250236141065242643564
Binary10101000100111101100001011010101010001011010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89e61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89e61; }

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

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

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

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

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

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

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

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