#A0AC3B

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

Shades of Brass #A0AC3B

Tints of Brass #A0AC3B

Color information

#A0AC3B (or 0xA0AC3B) is unknown color: approx Brass. HEX triplet: A0, AC and 3B. RGB value is (160,172,59). Sum of RGB (Red+Green+Blue) = 160+172+59=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC3B is #5F53C4. Grayscale: #9B9B9B. Windows color (decimal): -6247365 or 3910816. OLE color: 3910816.

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

Color convert

RGB16017259-
CMYK0.0700.660.33
HSL66.37º48.92%45.29%-
HSV(B)66.37º65.7%67.45%-
XYZ30.0437.299.75-
YUV155.5373.52131.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=40.92%
G=43.99%
B=15.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160172590.0700.660.3366.3748.9245.29
HexA0AC3B70422142312d
Octal2402547370102411026155
Binary1010000010101100111011111010000101000011000010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC3B; }

 p { color: rgb(160,172,59); }

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

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

 a { background-color: rgb(160,172,59); }

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

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

 span { border-color: rgb(160,172,59); }

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