#A8A266

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

Shades of Gimblet #A8A266

Tints of Gimblet #A8A266

Color information

#A8A266 (or 0xA8A266) is unknown color: approx Gimblet. HEX triplet: A8, A2 and 66. RGB value is (168,162,102). Sum of RGB (Red+Green+Blue) = 168+162+102=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A266 is #575D99. Grayscale: #9D9D9D. Windows color (decimal): -5725594 or 6726312. OLE color: 6726312.

HSL color Cylindrical-coordinate representation of color #A8A266: hue angle of 54.55º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8A266 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB168162102-
CMYK00.040.390.34
HSL54.55º27.5%52.94%-
HSV(B)54.55º39.29%65.88%-
XYZ31.4735.1217.69-
YUV156.9596.99135.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=38.89%
G=37.5%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816210200.040.390.3454.5527.552.94
HexA8A266042722371c35
Octal250242146044742673465
Binary10101000101000101100110010010011110001011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A266; }

 p { color: rgb(168,162,102); }

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

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

 a { background-color: rgb(168,162,102); }

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

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

 span { border-color: rgb(168,162,102); }

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