#A09F41

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

Shades of Brass #A09F41

Tints of Brass #A09F41

Color information

#A09F41 (or 0xA09F41) is unknown color: approx Brass. HEX triplet: A0, 9F and 41. RGB value is (160,159,65). Sum of RGB (Red+Green+Blue) = 160+159+65=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09F41 is #5F60BE. Grayscale: #949494. Windows color (decimal): -6250687 or 4300704. OLE color: 4300704.

HSL color Cylindrical-coordinate representation of color #A09F41: hue angle of 59.37º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A09F41 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB16015965-
CMYK00.010.590.37
HSL59.37º42.22%44.12%-
HSV(B)59.37º59.38%62.75%-
XYZ27.8532.659.84-
YUV148.5880.83136.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 159 (62.5% from 255) = 41.41%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=41.67%
G=41.41%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601596500.010.590.3759.3742.2244.12
HexA09F41013B253b2a2c
Octal240237101017345735254
Binary1010000010011111100000101111011100101111011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F41; }

 p { color: rgb(160,159,65); }

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

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

 a { background-color: rgb(160,159,65); }

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

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

 span { border-color: rgb(160,159,65); }

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