#A0AB3F

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

Shades of Brass #A0AB3F

Tints of Brass #A0AB3F

Color information

#A0AB3F (or 0xA0AB3F) is unknown color: approx Brass. HEX triplet: A0, AB and 3F. RGB value is (160,171,63). Sum of RGB (Red+Green+Blue) = 160+171+63=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB3F is #5F54C0. Grayscale: #9B9B9B. Windows color (decimal): -6247617 or 4172704. OLE color: 4172704.

HSL color Cylindrical-coordinate representation of color #A0AB3F: hue angle of 66.11º 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 #A0AB3F is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB16017163-
CMYK0.0600.630.33
HSL66.11º46.15%45.88%-
HSV(B)66.11º63.16%67.06%-
XYZ29.9636.9610.26-
YUV155.475.86131.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 63 (25% from 255) = 15.99%
R=40.61%
G=43.40%
B=15.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160171630.0600.630.3366.1146.1545.88
HexA0AB3F603F21422e2e
Octal240253776077411025656
Binary101000001010101111111111001111111000011000010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB3F; }

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

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

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

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

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

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

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

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