#A9A242

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

Shades of Brass #A9A242

Tints of Brass #A9A242

Color information

#A9A242 (or 0xA9A242) is unknown color: approx Brass. HEX triplet: A9, A2 and 42. RGB value is (169,162,66). Sum of RGB (Red+Green+Blue) = 169+162+66=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A242 is #565DBD. Grayscale: #999999. Windows color (decimal): -5660094 or 4367017. OLE color: 4367017.

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

Color convert

RGB16916266-
CMYK00.040.610.34
HSL55.92º43.83%46.08%-
HSV(B)55.92º60.95%66.27%-
XYZ30.2734.6710.25-
YUV153.1578.82139.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=42.57%
G=40.81%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691626600.040.610.3455.9243.8346.08
HexA9A242043D22382c2e
Octal251242102047542705456
Binary101010011010001010000100100111101100010111000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A242; }

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

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

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

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

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

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

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

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