#A0AC3F

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

Shades of Brass #A0AC3F

Tints of Brass #A0AC3F

Color information

#A0AC3F (or 0xA0AC3F) is unknown color: approx Brass. HEX triplet: A0, AC and 3F. RGB value is (160,172,63). Sum of RGB (Red+Green+Blue) = 160+172+63=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC3F is #5F53C0. Grayscale: #9C9C9C. Windows color (decimal): -6247361 or 4172960. OLE color: 4172960.

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

Color convert

RGB16017263-
CMYK0.0700.630.33
HSL66.61º46.38%46.08%-
HSV(B)66.61º63.37%67.45%-
XYZ30.1537.3410.32-
YUV155.9975.52130.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 63 (25% from 255) = 15.95%
R=40.51%
G=43.54%
B=15.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160172630.0700.630.3366.6146.3846.08
HexA0AC3F703F21432e2e
Octal240254777077411035656
Binary101000001010110011111111101111111000011000011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC3F; }

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

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

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

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

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

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

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

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