#A8A363

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

Shades of Gimblet #A8A363

Tints of Gimblet #A8A363

Color information

#A8A363 (or 0xA8A363) is unknown color: approx Gimblet. HEX triplet: A8, A3 and 63. RGB value is (168,163,99). Sum of RGB (Red+Green+Blue) = 168+163+99=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A363 is #575C9C. Grayscale: #9D9D9D. Windows color (decimal): -5725341 or 6529960. OLE color: 6529960.

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

Color convert

RGB16816399-
CMYK00.030.410.34
HSL55.65º28.4%52.35%-
HSV(B)55.65º41.07%65.88%-
XYZ31.535.4216.98-
YUV157.295.16135.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 99 (39.06% from 255) = 23.02%
R=39.07%
G=37.91%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681639900.030.410.3455.6528.452.35
HexA8A363032922381c34
Octal250243143035142703464
Binary1010100010100011110001101110100110001011100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A363; }

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

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

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

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

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

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

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

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