#A9A467

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

Shades of Gimblet #A9A467

Tints of Gimblet #A9A467

Color information

#A9A467 (or 0xA9A467) is unknown color: approx Gimblet. HEX triplet: A9, A4 and 67. RGB value is (169,164,103). Sum of RGB (Red+Green+Blue) = 169+164+103=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A467 is #565B98. Grayscale: #9E9E9E. Windows color (decimal): -5659545 or 6792361. OLE color: 6792361.

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

Color convert

RGB169164103-
CMYK00.030.390.34
HSL55.45º27.73%53.33%-
HSV(B)55.45º39.05%66.27%-
XYZ32.0935.9718.08-
YUV158.5496.66135.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 103 (40.62% from 255) = 23.62%
R=38.76%
G=37.61%
B=23.62%

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
Decimal16916410300.030.390.3455.4527.7353.33
HexA9A467032722371c35
Octal251244147034742673465
Binary1010100110100100110011101110011110001011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A467; }

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

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

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

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

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

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

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

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