#A9A043

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

Shades of Brass #A9A043

Tints of Brass #A9A043

Color information

#A9A043 (or 0xA9A043) is unknown color: approx Brass. HEX triplet: A9, A0 and 43. RGB value is (169,160,67). Sum of RGB (Red+Green+Blue) = 169+160+67=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A043 is #565FBC. Grayscale: #989898. Windows color (decimal): -5660605 or 4432041. OLE color: 4432041.

HSL color Cylindrical-coordinate representation of color #A9A043: hue angle of 54.71º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9A043 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16916067-
CMYK00.050.600.34
HSL54.71º43.22%46.27%-
HSV(B)54.71º60.36%66.27%-
XYZ29.9533.9810.29-
YUV152.0979.98140.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 67 (26.56% from 255) = 16.92%
R=42.68%
G=40.40%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691606700.050.600.3454.7143.2246.27
HexA9A043053C22372b2e
Octal251240103057442675356
Binary101010011010000010000110101111100100010110111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A043; }

 p { color: rgb(169,160,67); }

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

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

 a { background-color: rgb(169,160,67); }

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

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

 span { border-color: rgb(169,160,67); }

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