#A09F4C

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

Shades of Brass #A09F4C

Tints of Brass #A09F4C

Color information

#A09F4C (or 0xA09F4C) is unknown color: approx Brass. HEX triplet: A0, 9F and 4C. RGB value is (160,159,76). Sum of RGB (Red+Green+Blue) = 160+159+76=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09F4C is #5F60B3. Grayscale: #969696. Windows color (decimal): -6250676 or 5021600. OLE color: 5021600.

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

Color convert

RGB16015976-
CMYK00.010.520.37
HSL59.29º35.59%46.27%-
HSV(B)59.29º52.5%62.75%-
XYZ28.232.7911.68-
YUV149.8486.33135.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 76 (30.08% from 255) = 19.24%
R=40.51%
G=40.25%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601597600.010.520.3759.2935.5946.27
HexA09F4C0134253b242e
Octal240237114016445734456
Binary1010000010011111100110001110100100101111011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F4C; }

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

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

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

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

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

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

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

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