#A9AF3E

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

Shades of Brass #A9AF3E

Tints of Brass #A9AF3E

Color information

#A9AF3E (or 0xA9AF3E) is unknown color: approx Brass. HEX triplet: A9, AF and 3E. RGB value is (169,175,62). Sum of RGB (Red+Green+Blue) = 169+175+62=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AF3E is #5650C1. Grayscale: #A0A0A0. Windows color (decimal): -5656770 or 4108201. OLE color: 4108201.

HSL color Cylindrical-coordinate representation of color #A9AF3E: hue angle of 63.19º degrees, saturation: 0.48, 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 #A9AF3E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB16917562-
CMYK0.0300.650.31
HSL63.19º47.68%46.47%-
HSV(B)63.19º64.57%68.63%-
XYZ32.5639.4410.45-
YUV160.3272.51134.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 62 (24.61% from 255) = 15.27%
R=41.63%
G=43.10%
B=15.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169175620.0300.650.3163.1947.6846.47
HexA9AF3E30411F3f302e
Octal251257763010137776056
Binary1010100110101111111110110100000111111111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF3E; }

 p { color: rgb(169,175,62); }

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

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

 a { background-color: rgb(169,175,62); }

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

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

 span { border-color: rgb(169,175,62); }

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