#A2A233

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

Shades of Brass #A2A233

Tints of Brass #A2A233

Color information

#A2A233 (or 0xA2A233) is unknown color: approx Brass. HEX triplet: A2, A2 and 33. RGB value is (162,162,51). Sum of RGB (Red+Green+Blue) = 162+162+51=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A233 is #5D5DCC. Grayscale: #959595. Windows color (decimal): -6118861 or 3383970. OLE color: 3383970.

HSL color Cylindrical-coordinate representation of color #A2A233: hue angle of 60º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2A233 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16216251-
CMYK000.690.36
HSL60º52.11%41.76%-
HSV(B)60º68.52%63.53%-
XYZ28.4233.768.15-
YUV149.3572.5137.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=43.2%
G=43.2%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216251000.690.366052.1141.76
HexA2A2330045243c342a
Octal242242630010544746452
Binary1010001010100010110011001000101100100111100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A233; }

 p { color: rgb(162,162,51); }

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

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

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

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

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

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

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