#AAA83E

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

Shades of Brass #AAA83E

Tints of Brass #AAA83E

Color information

#AAA83E (or 0xAAA83E) is unknown color: approx Brass. HEX triplet: AA, A8 and 3E. RGB value is (170,168,62). Sum of RGB (Red+Green+Blue) = 170+168+62=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA83E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA83E is #5557C1. Grayscale: #9C9C9C. Windows color (decimal): -5593026 or 4106410. OLE color: 4106410.

HSL color Cylindrical-coordinate representation of color #AAA83E: hue angle of 58.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAA83E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB17016862-
CMYK00.010.640.33
HSL58.89º46.55%45.49%-
HSV(B)58.89º63.53%66.67%-
XYZ31.4536.910.02-
YUV156.5174.66137.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 168 (66.02% from 255) = 42%
BLUE value IS 62 (24.61% from 255) = 15.5%
R=42.5%
G=42%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701686200.010.640.3358.8946.5545.49
HexAAA83E0140213b2f2d
Octal252250760110041735755
Binary1010101010101000111110011000000100001111011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA83E; }

 p { color: rgb(170,168,62); }

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

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

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

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

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

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

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