#AAAA33

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

Shades of Brass #AAAA33

Tints of Brass #AAAA33

Color information

#AAAA33 (or 0xAAAA33) is unknown color: approx Brass. HEX triplet: AA, AA and 33. RGB value is (170,170,51). Sum of RGB (Red+Green+Blue) = 170+170+51=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA33 is #5555CC. Grayscale: #9C9C9C. Windows color (decimal): -5592525 or 3386026. OLE color: 3386026.

HSL color Cylindrical-coordinate representation of color #AAAA33: hue angle of 60º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAAA33 is Cyan = 0, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB17017051-
CMYK000.70.33
HSL60º53.85%43.33%-
HSV(B)60º70%66.67%-
XYZ31.5537.538.71-
YUV156.4368.5137.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 51 (20.31% from 255) = 13.04%
R=43.48%
G=43.48%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017051000.70.336053.8543.33
HexAAAA330046213c362b
Octal252252630010641746653
Binary1010101010101010110011001000110100001111100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA33; }

 p { color: rgb(170,170,51); }

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

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

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

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

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

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

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