#AAA537

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

Shades of Brass #AAA537

Tints of Brass #AAA537

Color information

#AAA537 (or 0xAAA537) is unknown color: approx Brass. HEX triplet: AA, A5 and 37. RGB value is (170,165,55). Sum of RGB (Red+Green+Blue) = 170+165+55=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA537 is #555AC8. Grayscale: #9A9A9A. Windows color (decimal): -5593801 or 3646890. OLE color: 3646890.

HSL color Cylindrical-coordinate representation of color #AAA537: hue angle of 57.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAA537 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB17016555-
CMYK00.030.680.33
HSL57.39º51.11%44.12%-
HSV(B)57.39º67.65%66.67%-
XYZ30.7235.738.89-
YUV153.9672.16139.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 55 (21.88% from 255) = 14.10%
R=43.59%
G=42.31%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701655500.030.680.3357.3951.1144.12
HexAAA53703442139332c
Octal252245670310441716354
Binary10101010101001011101110111000100100001111001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA537; }

 p { color: rgb(170,165,55); }

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

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

 a { background-color: rgb(170,165,55); }

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

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

 span { border-color: rgb(170,165,55); }

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