#A3A53A

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

Shades of Brass #A3A53A

Tints of Brass #A3A53A

Color information

#A3A53A (or 0xA3A53A) is unknown color: approx Brass. HEX triplet: A3, A5 and 3A. RGB value is (163,165,58). Sum of RGB (Red+Green+Blue) = 163+165+58=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A53A is #5C5AC5. Grayscale: #989898. Windows color (decimal): -6052550 or 3843491. OLE color: 3843491.

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

Color convert

RGB16316558-
CMYK0.0100.650.35
HSL61.12º47.98%43.73%-
HSV(B)61.12º64.85%64.71%-
XYZ29.32359.21-
YUV152.274.84135.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 165 (64.84% from 255) = 42.75%
BLUE value IS 58 (23.05% from 255) = 15.03%
R=42.23%
G=42.75%
B=15.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163165580.0100.650.3561.1247.9843.73
HexA3A53A1041233d302c
Octal243245721010143756054
Binary1010001110100101111010101000001100011111101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A53A; }

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

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

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

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

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

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

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

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