#A09E4B

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

Shades of Brass #A09E4B

Tints of Brass #A09E4B

Color information

#A09E4B (or 0xA09E4B) is unknown color: approx Brass. HEX triplet: A0, 9E and 4B. RGB value is (160,158,75). Sum of RGB (Red+Green+Blue) = 160+158+75=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E4B is #5F61B4. Grayscale: #959595. Windows color (decimal): -6250933 or 4955808. OLE color: 4955808.

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

Color convert

RGB16015875-
CMYK00.010.530.37
HSL58.59º36.17%46.08%-
HSV(B)58.59º53.12%62.75%-
XYZ27.9932.4411.44-
YUV149.1486.16135.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=40.71%
G=40.20%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601587500.010.530.3758.5936.1746.08
HexA09E4B0135253b242e
Octal240236113016545734456
Binary1010000010011110100101101110101100101111011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09E4B; }

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

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

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

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

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

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

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

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