#A8A361

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

Shades of Gimblet #A8A361

Tints of Gimblet #A8A361

Color information

#A8A361 (or 0xA8A361) is unknown color: approx Gimblet. HEX triplet: A8, A3 and 61. RGB value is (168,163,97). Sum of RGB (Red+Green+Blue) = 168+163+97=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A361 is #575C9E. Grayscale: #9D9D9D. Windows color (decimal): -5725343 or 6398888. OLE color: 6398888.

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

Color convert

RGB16816397-
CMYK00.030.420.34
HSL55.77º28.98%51.96%-
HSV(B)55.77º42.26%65.88%-
XYZ31.435.3816.48-
YUV156.9794.16135.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 163 (64.06% from 255) = 38.08%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=39.25%
G=38.08%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681639700.030.420.3455.7728.9851.96
HexA8A361032A22381d34
Octal250243141035242703564
Binary1010100010100011110000101110101010001011100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A361; }

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

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

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

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

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

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

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

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