Html Css Color HEX #A3A141 Brass

📋 copy color: '#A3A141'

red 163 ◦ green 161 ◦ blue 65

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

Shades of Brass #A3A141

Tints of Brass #A3A141

RGB

 RED value IS 163 (64.06% from 255) = 41.9%

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

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 41.9%
G = 41.39%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A3A141 (or 0xA3A141) is known color: Brass. HEX triplet: A3, A1 and 41. RGB value is (163,161,65). Sum of RGB (Red+Green+Blue) = 163+161+65=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A141 is #5C5EBE. Grayscale: #979797. Windows color (decimal): -6053567 or 4301219. OLE color: 4301219.

HSL color Cylindrical-coordinate representation of color #A3A141: hue angle of 58.78º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3A141 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 161 65 -
CMYK 0 0.01 0.60 0.36
HSL 58.78º 0.43% 0.45% -
HSV(B) 58.78º 0.6% 0.64% -
XYZ 28.8 33.66 9.98 -
YUV 150.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 163 161 65 0 0.01 0.60 0.36 58.78 0.43 0.45
Hex A3 A1 41 0 1 3C 24 3B 2B 2D
Octal 243 241 101 0 1 74 44 73 53 55
Binary 10100011 10100001 1000001 0 1 111100 100100 111011 101011 101101

Color Harmonies of #A3A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A141

Black with #A3A141

Text Example


Text Example

White with #A3A141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A141; }

 p { color: rgb(163,161,65); }

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

background-color css

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

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

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

border-color css

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

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

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