#A09E45

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

Shades of Brass #A09E45

Tints of Brass #A09E45

Color information

#A09E45 (or 0xA09E45) is unknown color: approx Brass. HEX triplet: A0, 9E and 45. RGB value is (160,158,69). Sum of RGB (Red+Green+Blue) = 160+158+69=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E45 is #5F61BA. Grayscale: #949494. Windows color (decimal): -6250939 or 4562592. OLE color: 4562592.

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

Color convert

RGB16015869-
CMYK00.010.570.37
HSL58.68º39.74%44.9%-
HSV(B)58.68º56.88%62.75%-
XYZ27.832.3610.41-
YUV148.4583.16136.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 158 (62.11% from 255) = 40.83%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=41.34%
G=40.83%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601586900.010.570.3758.6839.7444.9
HexA09E450139253b282d
Octal240236105017145735055
Binary1010000010011110100010101111001100101111011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09E45; }

 p { color: rgb(160,158,69); }

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

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

 a { background-color: rgb(160,158,69); }

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

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

 span { border-color: rgb(160,158,69); }

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