#A0AA3C

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

Shades of Brass #A0AA3C

Tints of Brass #A0AA3C

Color information

#A0AA3C (or 0xA0AA3C) is unknown color: approx Brass. HEX triplet: A0, AA and 3C. RGB value is (160,170,60). Sum of RGB (Red+Green+Blue) = 160+170+60=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA3C is #5F55C3. Grayscale: #9A9A9A. Windows color (decimal): -6247876 or 3975840. OLE color: 3975840.

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

Color convert

RGB16017060-
CMYK0.0600.650.33
HSL65.45º47.83%45.1%-
HSV(B)65.45º64.71%66.67%-
XYZ29.6936.559.76-
YUV154.4774.69131.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 60 (23.83% from 255) = 15.38%
R=41.03%
G=43.59%
B=15.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160170600.0600.650.3365.4547.8345.1
HexA0AA3C60412141302d
Octal2402527460101411016055
Binary1010000010101010111100110010000011000011000001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA3C; }

 p { color: rgb(160,170,60); }

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

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

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

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

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

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

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