#A69F5E

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

Shades of Gimblet #A69F5E

Tints of Gimblet #A69F5E

Color information

#A69F5E (or 0xA69F5E) is unknown color: approx Gimblet. HEX triplet: A6, 9F and 5E. RGB value is (166,159,94). Sum of RGB (Red+Green+Blue) = 166+159+94=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69F5E is #5960A1. Grayscale: #999999. Windows color (decimal): -5857442 or 6201254. OLE color: 6201254.

HSL color Cylindrical-coordinate representation of color #A69F5E: hue angle of 54.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A69F5E is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16615994-
CMYK00.040.430.35
HSL54.17º28.8%50.98%-
HSV(B)54.17º43.37%65.1%-
XYZ30.1433.7115.51-
YUV153.6894.32136.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 159 (62.5% from 255) = 37.95%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=39.62%
G=37.95%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661599400.040.430.3554.1728.850.98
HexA69F5E042B23361d33
Octal246237136045343663563
Binary10100110100111111011110010010101110001111011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F5E; }

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

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

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

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

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

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

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

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