#A0A246

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

Shades of Brass #A0A246

Tints of Brass #A0A246

Color information

#A0A246 (or 0xA0A246) is unknown color: approx Brass. HEX triplet: A0, A2 and 46. RGB value is (160,162,70). Sum of RGB (Red+Green+Blue) = 160+162+70=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A246 is #5F5DB9. Grayscale: #979797. Windows color (decimal): -6249914 or 4629152. OLE color: 4629152.

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

Color convert

RGB16016270-
CMYK0.0100.570.36
HSL61.3º39.66%45.49%-
HSV(B)61.3º56.79%63.53%-
XYZ28.5233.7610.81-
YUV150.9182.34134.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 70 (27.73% from 255) = 17.86%
R=40.82%
G=41.33%
B=17.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162700.0100.570.3661.339.6645.49
HexA0A2461039243d282d
Octal240242106107144755055
Binary1010000010100010100011010111001100100111101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A246; }

 p { color: rgb(160,162,70); }

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

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

 a { background-color: rgb(160,162,70); }

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

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

 span { border-color: rgb(160,162,70); }

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