#A89F5E

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

Shades of Gimblet #A89F5E

Tints of Gimblet #A89F5E

Color information

#A89F5E (or 0xA89F5E) is unknown color: approx Gimblet. HEX triplet: A8, 9F and 5E. RGB value is (168,159,94). Sum of RGB (Red+Green+Blue) = 168+159+94=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89F5E is #5760A1. Grayscale: #9A9A9A. Windows color (decimal): -5726370 or 6201256. OLE color: 6201256.

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

Color convert

RGB16815994-
CMYK00.050.440.34
HSL52.7º29.84%51.37%-
HSV(B)52.7º44.05%65.88%-
XYZ30.5733.9315.53-
YUV154.2893.98137.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 159 (62.5% from 255) = 37.77%
BLUE value IS 94 (37.11% from 255) = 22.33%
R=39.90%
G=37.77%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681599400.050.440.3452.729.8451.37
HexA89F5E052C22351e33
Octal250237136055442653663
Binary10101000100111111011110010110110010001011010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F5E; }

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

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

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

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

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

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

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

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