Html Css Color HEX #A3A241 Brass

📋 copy color: '#A3A241'

red 163 ◦ green 162 ◦ blue 65

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

Shades of Brass #A3A241

Tints of Brass #A3A241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.54%

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

R = 41.79%
G = 41.54%
B = 16.67%

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

#A3A241 (or 0xA3A241) is known color: Brass. HEX triplet: A3, A2 and 41. RGB value is (163,162,65). Sum of RGB (Red+Green+Blue) = 163+162+65=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A241 is #5C5DBE. Grayscale: #979797. Windows color (decimal): -6053311 or 4301475. OLE color: 4301475.

HSL color Cylindrical-coordinate representation of color #A3A241: hue angle of 59.39º 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 #A3A241 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 162 65 -
CMYK 0 0.01 0.60 0.36
HSL 59.39º 0.43% 0.45% -
HSV(B) 59.39º 0.6% 0.64% -
XYZ 28.98 34.01 10.04 -
YUV 151.24 79.33 136.39 -
System Red Green Blue C M Y K H S L
Decimal 163 162 65 0 0.01 0.60 0.36 59.39 0.43 0.45
Hex A3 A2 41 0 1 3C 24 3B 2B 2D
Octal 243 242 101 0 1 74 44 73 53 55
Binary 10100011 10100010 1000001 0 1 111100 100100 111011 101011 101101

Color Harmonies of #A3A241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A241

Black with #A3A241

Text Example


Text Example

White with #A3A241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A241; }

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

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

background-color css

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

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

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

border-color css

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

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

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