#A0A639

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

Shades of Brass #A0A639

Tints of Brass #A0A639

Color information

#A0A639 (or 0xA0A639) is unknown color: approx Brass. HEX triplet: A0, A6 and 39. RGB value is (160,166,57). Sum of RGB (Red+Green+Blue) = 160+166+57=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A639 is #5F59C6. Grayscale: #989898. Windows color (decimal): -6248903 or 3778208. OLE color: 3778208.

HSL color Cylindrical-coordinate representation of color #A0A639: hue angle of 63.3º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0A639 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16016657-
CMYK0.0400.660.35
HSL63.3º48.88%43.73%-
HSV(B)63.3º65.66%65.1%-
XYZ28.8735.049.11-
YUV151.7874.51133.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 57 (22.66% from 255) = 14.88%
R=41.78%
G=43.34%
B=14.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160166570.0400.660.3563.348.8843.73
HexA0A6394042233f312c
Octal240246714010243776154
Binary101000001010011011100110001000010100011111111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A639; }

 p { color: rgb(160,166,57); }

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

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

 a { background-color: rgb(160,166,57); }

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

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

 span { border-color: rgb(160,166,57); }

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