#A89E62

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

Shades of Gimblet #A89E62

Tints of Gimblet #A89E62

Color information

#A89E62 (or 0xA89E62) is unknown color: approx Gimblet. HEX triplet: A8, 9E and 62. RGB value is (168,158,98). Sum of RGB (Red+Green+Blue) = 168+158+98=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89E62 is #57619D. Grayscale: #9A9A9A. Windows color (decimal): -5726622 or 6463144. OLE color: 6463144.

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

Color convert

RGB16815898-
CMYK00.060.420.34
HSL51.43º28.69%52.16%-
HSV(B)51.43º41.67%65.88%-
XYZ30.5833.6616.44-
YUV154.1596.31137.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=39.62%
G=37.26%
B=23.11%

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
Decimal1681589800.060.420.3451.4328.6952.16
HexA89E62062A22331d34
Octal250236142065242633564
Binary10101000100111101100010011010101010001011001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89E62; }

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

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

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

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

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

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

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

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