#A99F35

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

Shades of Brass #A99F35

Tints of Brass #A99F35

Color information

#A99F35 (or 0xA99F35) is unknown color: approx Brass. HEX triplet: A9, 9F and 35. RGB value is (169,159,53). Sum of RGB (Red+Green+Blue) = 169+159+53=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99F35 is #5660CA. Grayscale: #969696. Windows color (decimal): -5660875 or 3514281. OLE color: 3514281.

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

Color convert

RGB16915953-
CMYK00.060.690.34
HSL54.83º52.25%43.53%-
HSV(B)54.83º68.64%66.27%-
XYZ29.433.498.28-
YUV149.9173.31141.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=44.36%
G=41.73%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691595300.060.690.3454.8352.2543.53
HexA99F3506452237342c
Octal251237650610542676454
Binary101010011001111111010101101000101100010110111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99F35; }

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

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

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

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

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

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

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

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