#AAA53D

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

Shades of Brass #AAA53D

Tints of Brass #AAA53D

Color information

#AAA53D (or 0xAAA53D) is unknown color: approx Brass. HEX triplet: AA, A5 and 3D. RGB value is (170,165,61). Sum of RGB (Red+Green+Blue) = 170+165+61=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA53D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA53D is #555AC2. Grayscale: #9B9B9B. Windows color (decimal): -5593795 or 4040106. OLE color: 4040106.

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

Color convert

RGB17016561-
CMYK00.030.640.33
HSL57.25º47.19%45.29%-
HSV(B)57.25º64.12%66.67%-
XYZ30.8835.799.7-
YUV154.6475.16138.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 61 (24.22% from 255) = 15.40%
R=42.93%
G=41.67%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701656100.030.640.3357.2547.1945.29
HexAAA53D034021392f2d
Octal252245750310041715755
Binary10101010101001011111010111000000100001111001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA53D; }

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

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

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

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

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

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

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

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