#A3A748

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

Shades of Brass #A3A748

Tints of Brass #A3A748

Color information

#A3A748 (or 0xA3A748) is unknown color: approx Brass. HEX triplet: A3, A7 and 48. RGB value is (163,167,72). Sum of RGB (Red+Green+Blue) = 163+167+72=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A748 is #5C58B7. Grayscale: #9B9B9B. Windows color (decimal): -6052024 or 4761507. OLE color: 4761507.

HSL color Cylindrical-coordinate representation of color #A3A748: hue angle of 62.53º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3A748 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16316772-
CMYK0.0200.570.35
HSL62.53º39.75%46.86%-
HSV(B)62.53º56.89%65.49%-
XYZ30.0935.8911.47-
YUV154.9781.17133.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 167 (65.62% from 255) = 41.54%
BLUE value IS 72 (28.52% from 255) = 17.91%
R=40.55%
G=41.54%
B=17.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163167720.0200.570.3562.5339.7546.86
HexA3A7482039233f282f
Octal243247110207143775057
Binary10100011101001111001000100111001100011111111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A748; }

 p { color: rgb(163,167,72); }

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

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

 a { background-color: rgb(163,167,72); }

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

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

 span { border-color: rgb(163,167,72); }

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