Html Css Color HEX #A49E3C Brass

📋 copy color: '#A49E3C'

red 164 ◦ green 158 ◦ blue 60

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

Shades of Brass #A49E3C

Tints of Brass #A49E3C

RGB

 RED value IS 164 (64.45% from 255) = 42.93%

 GREEN value IS 158 (62.11% from 255) = 41.36%

 BLUE value IS 60 (23.83% from 255) = 15.71%

R = 42.93%
G = 41.36%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A49E3C (or 0xA49E3C) is known color: Brass. HEX triplet: A4, 9E and 3C. RGB value is (164,158,60). Sum of RGB (Red+Green+Blue) = 164+158+60=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E3C is #5B61C3. Grayscale: #959595. Windows color (decimal): -5988804 or 3972772. OLE color: 3972772.

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

Color convert

RGB 164 158 60 -
CMYK 0 0.04 0.63 0.36
HSL 56.54º 0.46% 0.44% -
HSV(B) 56.54º 0.63% 0.64% -
XYZ 28.35 32.67 9.09 -
YUV 148.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 164 158 60 0 0.04 0.63 0.36 56.54 0.46 0.44
Hex A4 9E 3C 0 4 3F 24 39 2E 2C
Octal 244 236 74 0 4 77 44 71 56 54
Binary 10100100 10011110 111100 0 100 111111 100100 111001 101110 101100

Color Harmonies of #A49E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E3C

Black with #A49E3C

Text Example


Text Example

White with #A49E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E3C; }

 p { color: rgb(164,158,60); }

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

background-color css

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

 a { background-color: rgb(164,158,60); }

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

border-color css

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

 span { border-color: rgb(164,158,60); }

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