#AAA735

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

Shades of Brass #AAA735

Tints of Brass #AAA735

Color information

#AAA735 (or 0xAAA735) is unknown color: approx Brass. HEX triplet: AA, A7 and 35. RGB value is (170,167,53). Sum of RGB (Red+Green+Blue) = 170+167+53=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA735 is #5558CA. Grayscale: #9B9B9B. Windows color (decimal): -5593291 or 3516330. OLE color: 3516330.

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

Color convert

RGB17016753-
CMYK00.020.690.33
HSL58.46º52.47%43.73%-
HSV(B)58.46º68.82%66.67%-
XYZ31.0436.448.77-
YUV154.970.49138.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 167 (65.62% from 255) = 42.82%
BLUE value IS 53 (21.09% from 255) = 13.59%
R=43.59%
G=42.82%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701675300.020.690.3358.4652.4743.73
HexAAA7350245213a342c
Octal252247650210541726454
Binary10101010101001111101010101000101100001111010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA735; }

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

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

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

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

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

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

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

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