#AAAD43

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

Shades of Brass #AAAD43

Tints of Brass #AAAD43

Color information

#AAAD43 (or 0xAAAD43) is unknown color: approx Brass. HEX triplet: AA, AD and 43. RGB value is (170,173,67). Sum of RGB (Red+Green+Blue) = 170+173+67=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD43 is #5552BC. Grayscale: #A0A0A0. Windows color (decimal): -5591741 or 4435370. OLE color: 4435370.

HSL color Cylindrical-coordinate representation of color #AAAD43: hue angle of 61.7º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAAD43 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17017367-
CMYK0.0200.610.32
HSL61.7º44.17%47.06%-
HSV(B)61.7º61.27%67.84%-
XYZ32.5338.8411.09-
YUV160.0275.51135.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 67 (26.56% from 255) = 16.34%
R=41.46%
G=42.20%
B=16.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170173670.0200.610.3261.744.1747.06
HexAAAD43203D203e2c2f
Octal252255103207540765457
Binary10101010101011011000011100111101100000111110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD43; }

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

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

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

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

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

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

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

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