#A8A467

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

Shades of Gimblet #A8A467

Tints of Gimblet #A8A467

Color information

#A8A467 (or 0xA8A467) is unknown color: approx Gimblet. HEX triplet: A8, A4 and 67. RGB value is (168,164,103). Sum of RGB (Red+Green+Blue) = 168+164+103=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A467 is #575B98. Grayscale: #9E9E9E. Windows color (decimal): -5725081 or 6792360. OLE color: 6792360.

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

Color convert

RGB168164103-
CMYK00.020.390.34
HSL56.31º27.2%53.14%-
HSV(B)56.31º38.69%65.88%-
XYZ31.8735.8618.07-
YUV158.2496.83134.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=38.62%
G=37.70%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816410300.020.390.3456.3127.253.14
HexA8A467022722381b35
Octal250244147024742703365
Binary1010100010100100110011101010011110001011100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A467; }

 p { color: rgb(168,164,103); }

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

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

 a { background-color: rgb(168,164,103); }

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

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

 span { border-color: rgb(168,164,103); }

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