Html Css Color HEX #A2A945 Brass

📋 copy color: '#A2A945'

red 162 ◦ green 169 ◦ blue 69

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

Shades of Brass #A2A945

Tints of Brass #A2A945

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.25%

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 40.5%
G = 42.25%
B = 17.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A2A945 (or 0xA2A945) is known color: Brass. HEX triplet: A2, A9 and 45. RGB value is (162,169,69). Sum of RGB (Red+Green+Blue) = 162+169+69=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A945 is #5D56BA. Grayscale: #9B9B9B. Windows color (decimal): -6117051 or 4565410. OLE color: 4565410.

HSL color Cylindrical-coordinate representation of color #A2A945: hue angle of 64.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2A945 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 169 69 -
CMYK 0.04 0 0.59 0.34
HSL 64.2º 0.42% 0.47% -
HSV(B) 64.2º 0.59% 0.66% -
XYZ 30.16 36.49 11.08 -
YUV 155.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 162 169 69 0.04 0 0.59 0.34 64.2 0.42 0.47
Hex A2 A9 45 4 0 3B 22 40 2A 2F
Octal 242 251 105 4 0 73 42 100 52 57
Binary 10100010 10101001 1000101 100 0 111011 100010 1000000 101010 101111

Color Harmonies of #A2A945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A945

Black with #A2A945

Text Example


Text Example

White with #A2A945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A945; }

 p { color: rgb(162,169,69); }

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

background-color css

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

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

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

border-color css

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

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

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