#A9A635

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

Shades of Brass #A9A635

Tints of Brass #A9A635

Color information

#A9A635 (or 0xA9A635) is unknown color: approx Brass. HEX triplet: A9, A6 and 35. RGB value is (169,166,53). Sum of RGB (Red+Green+Blue) = 169+166+53=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A635 is #5659CA. Grayscale: #9A9A9A. Windows color (decimal): -5659083 or 3516073. OLE color: 3516073.

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

Color convert

RGB16916653-
CMYK00.020.690.34
HSL58.45º52.25%43.53%-
HSV(B)58.45º68.64%66.27%-
XYZ30.6435.968.7-
YUV154.0170.99138.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 166 (65.23% from 255) = 42.78%
BLUE value IS 53 (21.09% from 255) = 13.66%
R=43.56%
G=42.78%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691665300.020.690.3458.4552.2543.53
HexA9A6350245223a342c
Octal251246650210542726454
Binary10101001101001101101010101000101100010111010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A635; }

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

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

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

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

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

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

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

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