#A8A366

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

Shades of Gimblet #A8A366

Tints of Gimblet #A8A366

Color information

#A8A366 (or 0xA8A366) is unknown color: approx Gimblet. HEX triplet: A8, A3 and 66. RGB value is (168,163,102). Sum of RGB (Red+Green+Blue) = 168+163+102=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A366 is #575C99. Grayscale: #9D9D9D. Windows color (decimal): -5725338 or 6726568. OLE color: 6726568.

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

Color convert

RGB168163102-
CMYK00.030.390.34
HSL55.45º27.5%52.94%-
HSV(B)55.45º39.29%65.88%-
XYZ31.6435.4817.75-
YUV157.5496.66135.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=38.80%
G=37.64%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816310200.030.390.3455.4527.552.94
HexA8A366032722371c35
Octal250243146034742673465
Binary1010100010100011110011001110011110001011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A366; }

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

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

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

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

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

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

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

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