#A2A348

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

Shades of Brass #A2A348

Tints of Brass #A2A348

Color information

#A2A348 (or 0xA2A348) is unknown color: approx Brass. HEX triplet: A2, A3 and 48. RGB value is (162,163,72). Sum of RGB (Red+Green+Blue) = 162+163+72=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A348 is #5D5CB7. Grayscale: #989898. Windows color (decimal): -6118584 or 4760482. OLE color: 4760482.

HSL color Cylindrical-coordinate representation of color #A2A348: hue angle of 60.66º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2A348 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16216372-
CMYK0.0100.560.36
HSL60.66º38.72%46.08%-
HSV(B)60.66º55.83%63.92%-
XYZ29.1734.3411.22-
YUV152.3382.67134.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 163 (64.06% from 255) = 41.06%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=40.81%
G=41.06%
B=18.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162163720.0100.560.3660.6638.7246.08
HexA2A3481038243d272e
Octal242243110107044754756
Binary1010001010100011100100010111000100100111101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A348; }

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

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

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

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

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

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

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

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