Html Css Color HEX #A49E3D Brass

📋 copy color: '#A49E3D'

red 164 ◦ green 158 ◦ blue 61

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

Shades of Brass #A49E3D

Tints of Brass #A49E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.93%

R = 42.82%
G = 41.25%
B = 15.93%

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

#A49E3D (or 0xA49E3D) is known color: Brass. HEX triplet: A4, 9E and 3D. RGB value is (164,158,61). Sum of RGB (Red+Green+Blue) = 164+158+61=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E3D is #5B61C2. Grayscale: #959595. Windows color (decimal): -5988803 or 4038308. OLE color: 4038308.

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

Color convert

RGB 164 158 61 -
CMYK 0 0.04 0.63 0.36
HSL 56.5º 0.46% 0.44% -
HSV(B) 56.5º 0.63% 0.64% -
XYZ 28.38 32.68 9.23 -
YUV 148.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 164 158 61 0 0.04 0.63 0.36 56.5 0.46 0.44
Hex A4 9E 3D 0 4 3F 24 39 2E 2C
Octal 244 236 75 0 4 77 44 71 56 54
Binary 10100100 10011110 111101 0 100 111111 100100 111001 101110 101100

Color Harmonies of #A49E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E3D

Black with #A49E3D

Text Example


Text Example

White with #A49E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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