#AAA335

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

Shades of Brass #AAA335

Tints of Brass #AAA335

Color information

#AAA335 (or 0xAAA335) is unknown color: approx Brass. HEX triplet: AA, A3 and 35. RGB value is (170,163,53). Sum of RGB (Red+Green+Blue) = 170+163+53=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA335 is #555CCA. Grayscale: #999999. Windows color (decimal): -5594315 or 3515306. OLE color: 3515306.

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

Color convert

RGB17016353-
CMYK00.040.690.33
HSL56.41º52.47%43.73%-
HSV(B)56.41º68.82%66.67%-
XYZ30.32358.53-
YUV152.5571.82140.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 53 (21.09% from 255) = 13.73%
R=44.04%
G=42.23%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701635300.040.690.3356.4152.4743.73
HexAAA33504452138342c
Octal252243650410541706454
Binary101010101010001111010101001000101100001111000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA335; }

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

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

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

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

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

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

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

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