#AAA63B

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

Shades of Brass #AAA63B

Tints of Brass #AAA63B

Color information

#AAA63B (or 0xAAA63B) is unknown color: approx Brass. HEX triplet: AA, A6 and 3B. RGB value is (170,166,59). Sum of RGB (Red+Green+Blue) = 170+166+59=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA63B is #5559C4. Grayscale: #9B9B9B. Windows color (decimal): -5593541 or 3909290. OLE color: 3909290.

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

Color convert

RGB17016659-
CMYK00.020.650.33
HSL57.84º48.47%44.9%-
HSV(B)57.84º65.29%66.67%-
XYZ3136.139.48-
YUV15573.83138.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 59 (23.44% from 255) = 14.94%
R=43.04%
G=42.03%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701665900.020.650.3357.8448.4744.9
HexAAA63B0241213a302d
Octal252246730210141726055
Binary10101010101001101110110101000001100001111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA63B; }

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

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

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

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

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

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

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

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