#A9A258

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

Shades of Gimblet #A9A258

Tints of Gimblet #A9A258

Color information

#A9A258 (or 0xA9A258) is unknown color: approx Gimblet. HEX triplet: A9, A2 and 58. RGB value is (169,162,88). Sum of RGB (Red+Green+Blue) = 169+162+88=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A258 is #565DA7. Grayscale: #9B9B9B. Windows color (decimal): -5660072 or 5808809. OLE color: 5808809.

HSL color Cylindrical-coordinate representation of color #A9A258: hue angle of 54.81º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9A258 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16916288-
CMYK00.040.480.34
HSL54.81º32.02%50.39%-
HSV(B)54.81º47.93%66.27%-
XYZ31.0434.9814.35-
YUV155.6689.82137.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=40.33%
G=38.66%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691628800.040.480.3454.8132.0250.39
HexA9A258043022372032
Octal251242130046042674062
Binary101010011010001010110000100110000100010110111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A258; }

 p { color: rgb(169,162,88); }

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

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

 a { background-color: rgb(169,162,88); }

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

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

 span { border-color: rgb(169,162,88); }

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