#A9B03D

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

Shades of Brass #A9B03D

Tints of Brass #A9B03D

Color information

#A9B03D (or 0xA9B03D) is unknown color: approx Brass. HEX triplet: A9, B0 and 3D. RGB value is (169,176,61). Sum of RGB (Red+Green+Blue) = 169+176+61=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B03D is #564FC2. Grayscale: #A1A1A1. Windows color (decimal): -5656515 or 4042921. OLE color: 4042921.

HSL color Cylindrical-coordinate representation of color #A9B03D: hue angle of 63.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9B03D is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB16917661-
CMYK0.0400.650.31
HSL63.65º48.52%46.47%-
HSV(B)63.65º65.34%69.02%-
XYZ32.7339.8210.38-
YUV160.871.68133.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=41.63%
G=43.35%
B=15.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169176610.0400.650.3163.6548.5246.47
HexA9B03D40411F40312e
Octal2512607540101371006156
Binary101010011011000011110110001000001111111000000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B03D; }

 p { color: rgb(169,176,61); }

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

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

 a { background-color: rgb(169,176,61); }

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

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

 span { border-color: rgb(169,176,61); }

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