#AAA551

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

Shades of Brass #AAA551

Tints of Brass #AAA551

Color information

#AAA551 (or 0xAAA551) is unknown color: approx Brass. HEX triplet: AA, A5 and 51. RGB value is (170,165,81). Sum of RGB (Red+Green+Blue) = 170+165+81=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA551 is #555AAE. Grayscale: #9D9D9D. Windows color (decimal): -5593775 or 5350826. OLE color: 5350826.

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

Color convert

RGB17016581-
CMYK00.030.520.33
HSL56.63º35.46%49.22%-
HSV(B)56.63º52.35%66.67%-
XYZ31.5236.0513.08-
YUV156.9285.16137.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 165 (64.84% from 255) = 39.66%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=40.87%
G=39.66%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701658100.030.520.3356.6335.4649.22
HexAAA551033421392331
Octal252245121036441714361
Binary10101010101001011010001011110100100001111001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA551; }

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

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

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

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

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

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

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

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