#A99E37

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

Shades of Brass #A99E37

Tints of Brass #A99E37

Color information

#A99E37 (or 0xA99E37) is unknown color: approx Brass. HEX triplet: A9, 9E and 37. RGB value is (169,158,55). Sum of RGB (Red+Green+Blue) = 169+158+55=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E37 is #5661C8. Grayscale: #959595. Windows color (decimal): -5661129 or 3645097. OLE color: 3645097.

HSL color Cylindrical-coordinate representation of color #A99E37: hue angle of 54.21º 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 #A99E37 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB16915855-
CMYK00.070.670.34
HSL54.21º50.89%43.92%-
HSV(B)54.21º67.46%66.27%-
XYZ29.2833.168.47-
YUV149.5574.64141.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 55 (21.88% from 255) = 14.40%
R=44.24%
G=41.36%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691585500.070.670.3454.2150.8943.92
HexA99E3707432236332c
Octal251236670710342666354
Binary101010011001111011011101111000011100010110110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E37; }

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

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

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

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

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

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

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

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