Html Css Color HEX #A1A04C Brass

📋 copy color: '#A1A04C'

red 161 ◦ green 160 ◦ blue 76

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

Shades of Brass #A1A04C

Tints of Brass #A1A04C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 40.55%
G = 40.3%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1A04C (or 0xA1A04C) is known color: Brass. HEX triplet: A1, A0 and 4C. RGB value is (161,160,76). Sum of RGB (Red+Green+Blue) = 161+160+76=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A04C is #5E5FB3. Grayscale: #979797. Windows color (decimal): -6184884 or 5021857. OLE color: 5021857.

HSL color Cylindrical-coordinate representation of color #A1A04C: hue angle of 59.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1A04C is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 160 76 -
CMYK 0 0.01 0.53 0.37
HSL 59.29º 0.36% 0.46% -
HSV(B) 59.29º 0.53% 0.63% -
XYZ 28.57 33.24 11.75 -
YUV 150.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 161 160 76 0 0.01 0.53 0.37 59.29 0.36 0.46
Hex A1 A0 4C 0 1 35 25 3B 24 2E
Octal 241 240 114 0 1 65 45 73 44 56
Binary 10100001 10100000 1001100 0 1 110101 100101 111011 100100 101110

Color Harmonies of #A1A04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A04C

Black with #A1A04C

Text Example


Text Example

White with #A1A04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A04C; }

 p { color: rgb(161,160,76); }

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

background-color css

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

 a { background-color: rgb(161,160,76); }

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

border-color css

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

 span { border-color: rgb(161,160,76); }

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