#AAA345

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

Shades of Brass #AAA345

Tints of Brass #AAA345

Color information

#AAA345 (or 0xAAA345) is unknown color: approx Brass. HEX triplet: AA, A3 and 45. RGB value is (170,163,69). Sum of RGB (Red+Green+Blue) = 170+163+69=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA345 is #555CBA. Grayscale: #9A9A9A. Windows color (decimal): -5594299 or 4563882. OLE color: 4563882.

HSL color Cylindrical-coordinate representation of color #AAA345: hue angle of 55.84º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAA345 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17016369-
CMYK00.040.590.33
HSL55.84º42.26%46.86%-
HSV(B)55.84º59.41%66.67%-
XYZ30.7535.1710.8-
YUV154.3879.82139.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 163 (64.06% from 255) = 40.55%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=42.29%
G=40.55%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701636900.040.590.3355.8442.2646.86
HexAAA345043B21382a2f
Octal252243105047341705257
Binary101010101010001110001010100111011100001111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA345; }

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

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

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

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

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

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

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

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