#AAAC33

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

Shades of Brass #AAAC33

Tints of Brass #AAAC33

Color information

#AAAC33 (or 0xAAAC33) is unknown color: approx Brass. HEX triplet: AA, AC and 33. RGB value is (170,172,51). Sum of RGB (Red+Green+Blue) = 170+172+51=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC33 is #5553CC. Grayscale: #9E9E9E. Windows color (decimal): -5592013 or 3386538. OLE color: 3386538.

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

Color convert

RGB17017251-
CMYK0.0100.700.33
HSL60.99º54.26%43.73%-
HSV(B)60.99º70.35%67.45%-
XYZ31.9338.298.84-
YUV157.6167.84136.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 51 (20.31% from 255) = 12.98%
R=43.26%
G=43.77%
B=12.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172510.0100.700.3360.9954.2643.73
HexAAAC331046213d362c
Octal252254631010641756654
Binary1010101010101100110011101000110100001111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC33; }

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

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

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

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

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

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

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

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