Html Css Color HEX #A2A340 Brass

📋 copy color: '#A2A340'

red 162 ◦ green 163 ◦ blue 64

#A2A340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #A2A340

Tints of Brass #A2A340

RGB

 RED value IS 162 (63.67% from 255) = 41.65%

 GREEN value IS 163 (64.06% from 255) = 41.9%

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 41.65%
G = 41.9%
B = 16.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2A340 (or 0xA2A340) is known color: Brass. HEX triplet: A2, A3 and 40. RGB value is (162,163,64). Sum of RGB (Red+Green+Blue) = 162+163+64=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A340 is #5D5CBF. Grayscale: #979797. Windows color (decimal): -6118592 or 4236194. OLE color: 4236194.

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

Color convert

RGB 162 163 64 -
CMYK 0.01 0 0.61 0.36
HSL 60.61º 0.44% 0.45% -
HSV(B) 60.61º 0.61% 0.64% -
XYZ 28.92 34.25 9.94 -
YUV 151.42 78.67 135.55 -
System Red Green Blue C M Y K H S L
Decimal 162 163 64 0.01 0 0.61 0.36 60.61 0.44 0.45
Hex A2 A3 40 1 0 3D 24 3D 2C 2D
Octal 242 243 100 1 0 75 44 75 54 55
Binary 10100010 10100011 1000000 1 0 111101 100100 111101 101100 101101

Color Harmonies of #A2A340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A340

Black with #A2A340

Text Example


Text Example

White with #A2A340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A340; }

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

 H1.HeaderClassName
 {
   color: #A2A340;
 }
 .AnyTagClassName
 {
   color: #A2A340;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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