#AAA542

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

Shades of Brass #AAA542

Tints of Brass #AAA542

Color information

#AAA542 (or 0xAAA542) is unknown color: approx Brass. HEX triplet: AA, A5 and 42. RGB value is (170,165,66). Sum of RGB (Red+Green+Blue) = 170+165+66=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA542 is #555ABD. Grayscale: #9B9B9B. Windows color (decimal): -5593790 or 4367786. OLE color: 4367786.

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

Color convert

RGB17016566-
CMYK00.030.610.33
HSL57.12º44.07%46.27%-
HSV(B)57.12º61.18%66.67%-
XYZ31.0235.8510.44-
YUV155.2177.66138.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 66 (26.17% from 255) = 16.46%
R=42.39%
G=41.15%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701656600.030.610.3357.1244.0746.27
HexAAA542033D21392c2e
Octal252245102037541715456
Binary10101010101001011000010011111101100001111001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA542; }

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

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

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

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

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

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

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

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