#A0A236

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

Shades of Brass #A0A236

Tints of Brass #A0A236

Color information

#A0A236 (or 0xA0A236) is unknown color: approx Brass. HEX triplet: A0, A2 and 36. RGB value is (160,162,54). Sum of RGB (Red+Green+Blue) = 160+162+54=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A236 is #5F5DC9. Grayscale: #959595. Windows color (decimal): -6249930 or 3580576. OLE color: 3580576.

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

Color convert

RGB16016254-
CMYK0.0100.670.36
HSL61.11º50%42.35%-
HSV(B)61.11º66.67%63.53%-
XYZ28.0833.588.49-
YUV149.0974.34135.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 162 (63.67% from 255) = 43.09%
BLUE value IS 54 (21.48% from 255) = 14.36%
R=42.55%
G=43.09%
B=14.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162540.0100.670.3661.115042.35
HexA0A2361043243d322a
Octal240242661010344756252
Binary1010000010100010110110101000011100100111101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A236; }

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

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

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

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

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

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

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

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