#AAA043

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

Shades of Brass #AAA043

Tints of Brass #AAA043

Color information

#AAA043 (or 0xAAA043) is unknown color: approx Brass. HEX triplet: AA, A0 and 43. RGB value is (170,160,67). Sum of RGB (Red+Green+Blue) = 170+160+67=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA043 is #555FBC. Grayscale: #989898. Windows color (decimal): -5595069 or 4432042. OLE color: 4432042.

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

Color convert

RGB17016067-
CMYK00.060.610.33
HSL54.17º43.46%46.47%-
HSV(B)54.17º60.59%66.67%-
XYZ30.1634.0910.3-
YUV152.3979.81140.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 67 (26.56% from 255) = 16.88%
R=42.82%
G=40.30%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701606700.060.610.3354.1743.4646.47
HexAAA043063D21362b2e
Octal252240103067541665356
Binary101010101010000010000110110111101100001110110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA043; }

 p { color: rgb(170,160,67); }

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

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

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

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

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

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

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