#A89C60

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

Shades of Gimblet #A89C60

Tints of Gimblet #A89C60

Color information

#A89C60 (or 0xA89C60) is unknown color: approx Gimblet. HEX triplet: A8, 9C and 60. RGB value is (168,156,96). Sum of RGB (Red+Green+Blue) = 168+156+96=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C60 is #57639F. Grayscale: #999999. Windows color (decimal): -5727136 or 6331560. OLE color: 6331560.

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

Color convert

RGB16815696-
CMYK00.070.430.34
HSL50º29.27%51.76%-
HSV(B)50º42.86%65.88%-
XYZ30.1532.9515.84-
YUV152.7595.98138.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 37.14%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=40%
G=37.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681569600.070.430.345029.2751.76
HexA89C60072B22321d34
Octal250234140075342623564
Binary10101000100111001100000011110101110001011001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C60; }

 p { color: rgb(168,156,96); }

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

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

 a { background-color: rgb(168,156,96); }

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

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

 span { border-color: rgb(168,156,96); }

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