#AAAA4D

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

Shades of Brass #AAAA4D

Tints of Brass #AAAA4D

Color information

#AAAA4D (or 0xAAAA4D) is unknown color: approx Brass. HEX triplet: AA, AA and 4D. RGB value is (170,170,77). Sum of RGB (Red+Green+Blue) = 170+170+77=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA4D is #5555B2. Grayscale: #9F9F9F. Windows color (decimal): -5592499 or 5089962. OLE color: 5089962.

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

Color convert

RGB17017077-
CMYK000.550.33
HSL60º37.65%48.43%-
HSV(B)60º54.71%66.67%-
XYZ32.2937.8312.62-
YUV159.481.5135.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=40.77%
G=40.77%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017077000.550.336037.6548.43
HexAAAA4D0037213c2630
Octal252252115006741744660
Binary1010101010101010100110100110111100001111100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA4D; }

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

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

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

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

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

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

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

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