#A2A73A

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

Shades of Brass #A2A73A

Tints of Brass #A2A73A

Color information

#A2A73A (or 0xA2A73A) is unknown color: approx Brass. HEX triplet: A2, A7 and 3A. RGB value is (162,167,58). Sum of RGB (Red+Green+Blue) = 162+167+58=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A73A is #5D58C5. Grayscale: #999999. Windows color (decimal): -6117574 or 3844002. OLE color: 3844002.

HSL color Cylindrical-coordinate representation of color #A2A73A: hue angle of 62.75º 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 #A2A73A is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB16216758-
CMYK0.0300.650.35
HSL62.75º48.44%44.12%-
HSV(B)62.75º65.27%65.49%-
XYZ29.4835.629.33-
YUV153.0874.34134.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 167 (65.62% from 255) = 43.15%
BLUE value IS 58 (23.05% from 255) = 14.99%
R=41.86%
G=43.15%
B=14.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162167580.0300.650.3562.7548.4444.12
HexA2A73A3041233f302c
Octal242247723010143776054
Binary10100010101001111110101101000001100011111111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A73A; }

 p { color: rgb(162,167,58); }

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

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

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

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

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

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

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