#AAA34E

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

Shades of Brass #AAA34E

Tints of Brass #AAA34E

Color information

#AAA34E (or 0xAAA34E) is unknown color: approx Brass. HEX triplet: AA, A3 and 4E. RGB value is (170,163,78). Sum of RGB (Red+Green+Blue) = 170+163+78=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA34E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA34E is #555CB1. Grayscale: #9B9B9B. Windows color (decimal): -5594290 or 5153706. OLE color: 5153706.

HSL color Cylindrical-coordinate representation of color #AAA34E: hue angle of 55.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA34E is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17016378-
CMYK00.040.540.33
HSL55.43º37.1%48.63%-
HSV(B)55.43º54.12%66.67%-
XYZ31.0535.2912.38-
YUV155.484.32138.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 163 (64.06% from 255) = 39.66%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=41.36%
G=39.66%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701637800.040.540.3355.4337.148.63
HexAAA34E043621372531
Octal252243116046641674561
Binary101010101010001110011100100110110100001110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA34E; }

 p { color: rgb(170,163,78); }

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

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

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

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

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

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

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