#AAA13B

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

Shades of Brass #AAA13B

Tints of Brass #AAA13B

Color information

#AAA13B (or 0xAAA13B) is unknown color: approx Brass. HEX triplet: AA, A1 and 3B. RGB value is (170,161,59). Sum of RGB (Red+Green+Blue) = 170+161+59=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA13B is #555EC4. Grayscale: #989898. Windows color (decimal): -5594821 or 3908010. OLE color: 3908010.

HSL color Cylindrical-coordinate representation of color #AAA13B: hue angle of 55.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAA13B is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17016159-
CMYK00.050.650.33
HSL55.14º48.47%44.9%-
HSV(B)55.14º65.29%66.67%-
XYZ30.1134.359.18-
YUV152.0675.48140.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 59 (23.44% from 255) = 15.13%
R=43.59%
G=41.28%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701615900.050.650.3355.1448.4744.9
HexAAA13B05412137302d
Octal252241730510141676055
Binary101010101010000111101101011000001100001110111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA13B; }

 p { color: rgb(170,161,59); }

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

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

 a { background-color: rgb(170,161,59); }

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

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

 span { border-color: rgb(170,161,59); }

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