#A89F5C

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

Shades of Gimblet #A89F5C

Tints of Gimblet #A89F5C

Color information

#A89F5C (or 0xA89F5C) is unknown color: approx Gimblet. HEX triplet: A8, 9F and 5C. RGB value is (168,159,92). Sum of RGB (Red+Green+Blue) = 168+159+92=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89F5C is #5760A3. Grayscale: #9A9A9A. Windows color (decimal): -5726372 or 6070184. OLE color: 6070184.

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

Color convert

RGB16815992-
CMYK00.050.450.34
HSL52.89º30.4%50.98%-
HSV(B)52.89º45.24%65.88%-
XYZ30.4833.8915.06-
YUV154.0592.98137.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 159 (62.5% from 255) = 37.95%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=40.10%
G=37.95%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681599200.050.450.3452.8930.450.98
HexA89F5C052D22351e33
Octal250237134055542653663
Binary10101000100111111011100010110110110001011010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F5C; }

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

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

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

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

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

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

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

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