#AAA534

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

Shades of Brass #AAA534

Tints of Brass #AAA534

Color information

#AAA534 (or 0xAAA534) is unknown color: approx Brass. HEX triplet: AA, A5 and 34. RGB value is (170,165,52). Sum of RGB (Red+Green+Blue) = 170+165+52=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA534 is #555ACB. Grayscale: #9A9A9A. Windows color (decimal): -5593804 or 3450282. OLE color: 3450282.

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

Color convert

RGB17016552-
CMYK00.030.690.33
HSL57.46º53.15%43.53%-
HSV(B)57.46º69.41%66.67%-
XYZ30.6535.78.52-
YUV153.6170.66139.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 52 (20.70% from 255) = 13.44%
R=43.93%
G=42.64%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701655200.030.690.3357.4653.1543.53
HexAAA53403452139352c
Octal252245640310541716554
Binary10101010101001011101000111000101100001111001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA534; }

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

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

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

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

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

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

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

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