Html Css Color HEX #A49E3E Brass

📋 copy color: '#A49E3E'

red 164 ◦ green 158 ◦ blue 62

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

Shades of Brass #A49E3E

Tints of Brass #A49E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.15%

R = 42.71%
G = 41.15%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A49E3E (or 0xA49E3E) is known color: Brass. HEX triplet: A4, 9E and 3E. RGB value is (164,158,62). Sum of RGB (Red+Green+Blue) = 164+158+62=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E3E is #5B61C1. Grayscale: #959595. Windows color (decimal): -5988802 or 4103844. OLE color: 4103844.

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

Color convert

RGB 164 158 62 -
CMYK 0 0.04 0.62 0.36
HSL 56.47º 0.45% 0.44% -
HSV(B) 56.47º 0.62% 0.64% -
XYZ 28.41 32.69 9.37 -
YUV 148.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 164 158 62 0 0.04 0.62 0.36 56.47 0.45 0.44
Hex A4 9E 3E 0 4 3E 24 38 2D 2C
Octal 244 236 76 0 4 76 44 70 55 54
Binary 10100100 10011110 111110 0 100 111110 100100 111000 101101 101100

Color Harmonies of #A49E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E3E

Black with #A49E3E

Text Example


Text Example

White with #A49E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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