#A9AE3B

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

Shades of Brass #A9AE3B

Tints of Brass #A9AE3B

Color information

#A9AE3B (or 0xA9AE3B) is unknown color: approx Brass. HEX triplet: A9, AE and 3B. RGB value is (169,174,59). Sum of RGB (Red+Green+Blue) = 169+174+59=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AE3B is #5651C4. Grayscale: #9F9F9F. Windows color (decimal): -5657029 or 3911337. OLE color: 3911337.

HSL color Cylindrical-coordinate representation of color #A9AE3B: hue angle of 62.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9AE3B is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB16917459-
CMYK0.0300.660.32
HSL62.61º49.36%45.69%-
HSV(B)62.61º66.09%68.24%-
XYZ32.2939.029.97-
YUV159.3971.34134.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 59 (23.44% from 255) = 14.68%
R=42.04%
G=43.28%
B=14.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169174590.0300.660.3262.6149.3645.69
HexA9AE3B3042203f312e
Octal251256733010240776156
Binary10101001101011101110111101000010100000111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE3B; }

 p { color: rgb(169,174,59); }

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

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

 a { background-color: rgb(169,174,59); }

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

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

 span { border-color: rgb(169,174,59); }

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