#AAA743

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

Shades of Brass #AAA743

Tints of Brass #AAA743

Color information

#AAA743 (or 0xAAA743) is unknown color: approx Brass. HEX triplet: AA, A7 and 43. RGB value is (170,167,67). Sum of RGB (Red+Green+Blue) = 170+167+67=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA743 is #5558BC. Grayscale: #9C9C9C. Windows color (decimal): -5593277 or 4433834. OLE color: 4433834.

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

Color convert

RGB17016767-
CMYK00.020.610.33
HSL58.25º43.46%46.47%-
HSV(B)58.25º60.59%66.67%-
XYZ31.4136.5910.72-
YUV156.577.49137.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 167 (65.62% from 255) = 41.34%
BLUE value IS 67 (26.56% from 255) = 16.58%
R=42.08%
G=41.34%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701676700.020.610.3358.2543.4646.47
HexAAA743023D213a2b2e
Octal252247103027541725356
Binary10101010101001111000011010111101100001111010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA743; }

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

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

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

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

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

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

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

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