#A99D39

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

Shades of Brass #A99D39

Tints of Brass #A99D39

Color information

#A99D39 (or 0xA99D39) is unknown color: approx Brass. HEX triplet: A9, 9D and 39. RGB value is (169,157,57). Sum of RGB (Red+Green+Blue) = 169+157+57=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D39 is #5662C6. Grayscale: #959595. Windows color (decimal): -5661383 or 3775913. OLE color: 3775913.

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

Color convert

RGB16915757-
CMYK00.070.660.34
HSL53.57º49.56%44.31%-
HSV(B)53.57º66.27%66.27%-
XYZ29.1632.848.67-
YUV149.1975.98142.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 57 (22.66% from 255) = 14.88%
R=44.13%
G=40.99%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691575700.070.660.3453.5749.5644.31
HexA99D3907422236322c
Octal251235710710242666254
Binary101010011001110111100101111000010100010110110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D39; }

 p { color: rgb(169,157,57); }

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

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

 a { background-color: rgb(169,157,57); }

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

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

 span { border-color: rgb(169,157,57); }

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