#A9A353

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

Shades of Husk #A9A353

Tints of Husk #A9A353

Color information

#A9A353 (or 0xA9A353) is unknown color: approx Husk. HEX triplet: A9, A3 and 53. RGB value is (169,163,83). Sum of RGB (Red+Green+Blue) = 169+163+83=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A353 is #565CAC. Grayscale: #9C9C9C. Windows color (decimal): -5659821 or 5481385. OLE color: 5481385.

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

Color convert

RGB16916383-
CMYK00.040.510.34
HSL55.81º34.13%49.41%-
HSV(B)55.81º50.89%66.27%-
XYZ31.0235.2513.35-
YUV155.6786.99137.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 83 (32.81% from 255) = 20%
R=40.72%
G=39.28%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691638300.040.510.3455.8134.1349.41
HexA9A353043322382231
Octal251243123046342704261
Binary101010011010001110100110100110011100010111000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A353; }

 p { color: rgb(169,163,83); }

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

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

 a { background-color: rgb(169,163,83); }

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

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

 span { border-color: rgb(169,163,83); }

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