#AAA035

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

Shades of Brass #AAA035

Tints of Brass #AAA035

Color information

#AAA035 (or 0xAAA035) is unknown color: approx Brass. HEX triplet: AA, A0 and 35. RGB value is (170,160,53). Sum of RGB (Red+Green+Blue) = 170+160+53=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA035 is #555FCA. Grayscale: #979797. Windows color (decimal): -5595083 or 3514538. OLE color: 3514538.

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

Color convert

RGB17016053-
CMYK00.060.690.33
HSL54.87º52.47%43.73%-
HSV(B)54.87º68.82%66.67%-
XYZ29.7933.948.35-
YUV150.7972.81141.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=44.39%
G=41.78%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701605300.060.690.3354.8752.4743.73
HexAAA03506452137342c
Octal252240650610541676454
Binary101010101010000011010101101000101100001110111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA035; }

 p { color: rgb(170,160,53); }

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

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

 a { background-color: rgb(170,160,53); }

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

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

 span { border-color: rgb(170,160,53); }

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