Html Css Color HEX #A2A440 Brass

📋 copy color: '#A2A440'

red 162 ◦ green 164 ◦ blue 64

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

Shades of Brass #A2A440

Tints of Brass #A2A440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.05%

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

R = 41.54%
G = 42.05%
B = 16.41%

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

#A2A440 (or 0xA2A440) is known color: Brass. HEX triplet: A2, A4 and 40. RGB value is (162,164,64). Sum of RGB (Red+Green+Blue) = 162+164+64=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A440 is #5D5BBF. Grayscale: #989898. Windows color (decimal): -6118336 or 4236450. OLE color: 4236450.

HSL color Cylindrical-coordinate representation of color #A2A440: hue angle of 61.2º 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 #A2A440 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 164 64 -
CMYK 0.01 0 0.61 0.36
HSL 61.2º 0.44% 0.45% -
HSV(B) 61.2º 0.61% 0.64% -
XYZ 29.1 34.6 10 -
YUV 152 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 162 164 64 0.01 0 0.61 0.36 61.2 0.44 0.45
Hex A2 A4 40 1 0 3D 24 3D 2C 2D
Octal 242 244 100 1 0 75 44 75 54 55
Binary 10100010 10100100 1000000 1 0 111101 100100 111101 101100 101101

Color Harmonies of #A2A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A440

Black with #A2A440

Text Example


Text Example

White with #A2A440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A440; }

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

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

background-color css

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

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

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

border-color css

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

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

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