Html Css Color HEX #A1A14D Brass

📋 copy color: '#A1A14D'

red 161 ◦ green 161 ◦ blue 77

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

Shades of Brass #A1A14D

Tints of Brass #A1A14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.35%

 BLUE value IS 77 (30.47% from 255) = 19.3%

R = 40.35%
G = 40.35%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A1A14D (or 0xA1A14D) is known color: Brass. HEX triplet: A1, A1 and 4D. RGB value is (161,161,77). Sum of RGB (Red+Green+Blue) = 161+161+77=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A14D is #5E5EB2. Grayscale: #979797. Windows color (decimal): -6184627 or 5087649. OLE color: 5087649.

HSL color Cylindrical-coordinate representation of color #A1A14D: hue angle of 60º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1A14D is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 161 77 -
CMYK 0 0 0.52 0.37
HSL 60º 0.35% 0.47% -
HSV(B) 60º 0.52% 0.63% -
XYZ 28.78 33.6 11.99 -
YUV 151.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 161 161 77 0 0 0.52 0.37 60 0.35 0.47
Hex A1 A1 4D 0 0 34 25 3C 23 2F
Octal 241 241 115 0 0 64 45 74 43 57
Binary 10100001 10100001 1001101 0 0 110100 100101 111100 100011 101111

Color Harmonies of #A1A14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A14D

Black with #A1A14D

Text Example


Text Example

White with #A1A14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A14D; }

 p { color: rgb(161,161,77); }

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

background-color css

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

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

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

border-color css

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

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

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