#AAA352

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

Shades of Brass #AAA352

Tints of Brass #AAA352

Color information

#AAA352 (or 0xAAA352) is unknown color: approx Brass. HEX triplet: AA, A3 and 52. RGB value is (170,163,82). Sum of RGB (Red+Green+Blue) = 170+163+82=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA352 is #555CAD. Grayscale: #9C9C9C. Windows color (decimal): -5594286 or 5415850. OLE color: 5415850.

HSL color Cylindrical-coordinate representation of color #AAA352: hue angle of 55.23º 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 #AAA352 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17016382-
CMYK00.040.520.33
HSL55.23º34.92%49.41%-
HSV(B)55.23º51.76%66.67%-
XYZ31.235.3513.16-
YUV155.8686.32138.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=40.96%
G=39.28%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701638200.040.520.3355.2334.9249.41
HexAAA352043421372331
Octal252243122046441674361
Binary101010101010001110100100100110100100001110111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA352; }

 p { color: rgb(170,163,82); }

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

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

 a { background-color: rgb(170,163,82); }

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

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

 span { border-color: rgb(170,163,82); }

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