#A3A537

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

Shades of Brass #A3A537

Tints of Brass #A3A537

Color information

#A3A537 (or 0xA3A537) is unknown color: approx Brass. HEX triplet: A3, A5 and 37. RGB value is (163,165,55). Sum of RGB (Red+Green+Blue) = 163+165+55=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A537 is #5C5AC8. Grayscale: #989898. Windows color (decimal): -6052553 or 3646883. OLE color: 3646883.

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

Color convert

RGB16316555-
CMYK0.0100.670.35
HSL61.09º50%43.14%-
HSV(B)61.09º66.67%64.71%-
XYZ29.2534.978.82-
YUV151.8673.34135.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 55 (21.88% from 255) = 14.36%
R=42.56%
G=43.08%
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.35
SystemRedGreenBlueCMYKHSL
Decimal163165550.0100.670.3561.095043.14
HexA3A5371043233d322b
Octal243245671010343756253
Binary1010001110100101110111101000011100011111101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A537; }

 p { color: rgb(163,165,55); }

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

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

 a { background-color: rgb(163,165,55); }

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

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

 span { border-color: rgb(163,165,55); }

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