#A9A647

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

Shades of Brass #A9A647

Tints of Brass #A9A647

Color information

#A9A647 (or 0xA9A647) is unknown color: approx Brass. HEX triplet: A9, A6 and 47. RGB value is (169,166,71). Sum of RGB (Red+Green+Blue) = 169+166+71=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A647 is #5659B8. Grayscale: #9C9C9C. Windows color (decimal): -5659065 or 4695721. OLE color: 4695721.

HSL color Cylindrical-coordinate representation of color #A9A647: hue angle of 58.16º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9A647 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB16916671-
CMYK00.020.580.34
HSL58.16º40.83%47.06%-
HSV(B)58.16º57.99%66.27%-
XYZ31.1436.1611.3-
YUV156.0779.99137.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 71 (28.12% from 255) = 17.49%
R=41.63%
G=40.89%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691667100.020.580.3458.1640.8347.06
HexA9A647023A223a292f
Octal251246107027242725157
Binary10101001101001101000111010111010100010111010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A647; }

 p { color: rgb(169,166,71); }

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

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

 a { background-color: rgb(169,166,71); }

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

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

 span { border-color: rgb(169,166,71); }

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