#A99F37

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

Shades of Brass #A99F37

Tints of Brass #A99F37

Color information

#A99F37 (or 0xA99F37) is unknown color: approx Brass. HEX triplet: A9, 9F and 37. RGB value is (169,159,55). Sum of RGB (Red+Green+Blue) = 169+159+55=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99F37 is #5660C8. Grayscale: #969696. Windows color (decimal): -5660873 or 3645353. OLE color: 3645353.

HSL color Cylindrical-coordinate representation of color #A99F37: hue angle of 54.74º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A99F37 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB16915955-
CMYK00.060.670.34
HSL54.74º50.89%43.92%-
HSV(B)54.74º67.46%66.27%-
XYZ29.4533.518.53-
YUV150.1374.31141.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 55 (21.88% from 255) = 14.36%
R=44.13%
G=41.51%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691595500.060.670.3454.7450.8943.92
HexA99F3706432237332c
Octal251237670610342676354
Binary101010011001111111011101101000011100010110111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99F37; }

 p { color: rgb(169,159,55); }

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

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

 a { background-color: rgb(169,159,55); }

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

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

 span { border-color: rgb(169,159,55); }

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