#AAA33D

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

Shades of Brass #AAA33D

Tints of Brass #AAA33D

Color information

#AAA33D (or 0xAAA33D) is unknown color: approx Brass. HEX triplet: AA, A3 and 3D. RGB value is (170,163,61). Sum of RGB (Red+Green+Blue) = 170+163+61=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA33D is #555CC2. Grayscale: #999999. Windows color (decimal): -5594307 or 4039594. OLE color: 4039594.

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

Color convert

RGB17016361-
CMYK00.040.640.33
HSL56.15º47.19%45.29%-
HSV(B)56.15º64.12%66.67%-
XYZ30.5235.089.58-
YUV153.4675.82139.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 163 (64.06% from 255) = 41.37%
BLUE value IS 61 (24.22% from 255) = 15.48%
R=43.15%
G=41.37%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701636100.040.640.3356.1547.1945.29
HexAAA33D044021382f2d
Octal252243750410041705755
Binary101010101010001111110101001000000100001111000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA33D; }

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

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

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

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

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

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

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

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