Html Css Color HEX #A1A73A Brass

📋 copy color: '#A1A73A'

red 161 ◦ green 167 ◦ blue 58

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

Shades of Brass #A1A73A

Tints of Brass #A1A73A

RGB

 RED value IS 161 (63.28% from 255) = 41.71%

 GREEN value IS 167 (65.63% from 255) = 43.26%

 BLUE value IS 58 (23.05% from 255) = 15.03%

R = 41.71%
G = 43.26%
B = 15.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A1A73A (or 0xA1A73A) is known color: Brass. HEX triplet: A1, A7 and 3A. RGB value is (161,167,58). Sum of RGB (Red+Green+Blue) = 161+167+58=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A73A is #5E58C5. Grayscale: #999999. Windows color (decimal): -6183110 or 3844001. OLE color: 3844001.

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

Color convert

RGB 161 167 58 -
CMYK 0.04 0 0.65 0.35
HSL 63.3º 0.48% 0.44% -
HSV(B) 63.3º 0.65% 0.65% -
XYZ 29.28 35.52 9.32 -
YUV 152.78 74.51 133.86 -
System Red Green Blue C M Y K H S L
Decimal 161 167 58 0.04 0 0.65 0.35 63.3 0.48 0.44
Hex A1 A7 3A 4 0 41 23 3F 30 2C
Octal 241 247 72 4 0 101 43 77 60 54
Binary 10100001 10100111 111010 100 0 1000001 100011 111111 110000 101100

Color Harmonies of #A1A73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A73A

Black with #A1A73A

Text Example


Text Example

White with #A1A73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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