#A8A35D

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

Shades of Gimblet #A8A35D

Tints of Gimblet #A8A35D

Color information

#A8A35D (or 0xA8A35D) is unknown color: approx Gimblet. HEX triplet: A8, A3 and 5D. RGB value is (168,163,93). Sum of RGB (Red+Green+Blue) = 168+163+93=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A35D is #575CA2. Grayscale: #9C9C9C. Windows color (decimal): -5725347 or 6136744. OLE color: 6136744.

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

Color convert

RGB16816393-
CMYK00.030.450.34
HSL56º30.12%51.18%-
HSV(B)56º44.64%65.88%-
XYZ31.2235.3115.53-
YUV156.5292.16136.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=39.62%
G=38.44%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681639300.030.450.345630.1251.18
HexA8A35D032D22381e33
Octal250243135035542703663
Binary1010100010100011101110101110110110001011100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A35D; }

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

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

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

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

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

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

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

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