#AAA14B

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

Shades of Brass #AAA14B

Tints of Brass #AAA14B

Color information

#AAA14B (or 0xAAA14B) is unknown color: approx Brass. HEX triplet: AA, A1 and 4B. RGB value is (170,161,75). Sum of RGB (Red+Green+Blue) = 170+161+75=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA14B is #555EB4. Grayscale: #9A9A9A. Windows color (decimal): -5594805 or 4956586. OLE color: 4956586.

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

Color convert

RGB17016175-
CMYK00.050.560.33
HSL54.32º38.78%48.04%-
HSV(B)54.32º55.88%66.67%-
XYZ30.5934.5411.71-
YUV153.8983.48139.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 161 (63.28% from 255) = 39.66%
BLUE value IS 75 (29.69% from 255) = 18.47%
R=41.87%
G=39.66%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701617500.050.560.3354.3238.7848.04
HexAAA14B053821362730
Octal252241113057041664760
Binary101010101010000110010110101111000100001110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA14B; }

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

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

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

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

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

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

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

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