#AAAA3B

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

Shades of Brass #AAAA3B

Tints of Brass #AAAA3B

Color information

#AAAA3B (or 0xAAAA3B) is unknown color: approx Brass. HEX triplet: AA, AA and 3B. RGB value is (170,170,59). Sum of RGB (Red+Green+Blue) = 170+170+59=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA3B is #5555C4. Grayscale: #9D9D9D. Windows color (decimal): -5592517 or 3910314. OLE color: 3910314.

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

Color convert

RGB17017059-
CMYK000.650.33
HSL60º48.47%44.9%-
HSV(B)60º65.29%66.67%-
XYZ31.7437.619.72-
YUV157.3572.5137.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 59 (23.44% from 255) = 14.79%
R=42.61%
G=42.61%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017059000.650.336048.4744.9
HexAAAA3B0041213c302d
Octal252252730010141746055
Binary1010101010101010111011001000001100001111100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA3B; }

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

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

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

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

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

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

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

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