Html Css Color HEX #A49D41 Brass

📋 copy color: '#A49D41'

red 164 ◦ green 157 ◦ blue 65

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

Shades of Brass #A49D41

Tints of Brass #A49D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

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

R = 42.49%
G = 40.67%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A49D41 (or 0xA49D41) is known color: Brass. HEX triplet: A4, 9D and 41. RGB value is (164,157,65). Sum of RGB (Red+Green+Blue) = 164+157+65=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D41 is #5B62BE. Grayscale: #949494. Windows color (decimal): -5989055 or 4300196. OLE color: 4300196.

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

Color convert

RGB 164 157 65 -
CMYK 0 0.04 0.60 0.36
HSL 55.76º 0.43% 0.45% -
HSV(B) 55.76º 0.6% 0.64% -
XYZ 28.32 32.39 9.76 -
YUV 148.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 164 157 65 0 0.04 0.60 0.36 55.76 0.43 0.45
Hex A4 9D 41 0 4 3C 24 38 2B 2D
Octal 244 235 101 0 4 74 44 70 53 55
Binary 10100100 10011101 1000001 0 100 111100 100100 111000 101011 101101

Color Harmonies of #A49D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D41

Black with #A49D41

Text Example


Text Example

White with #A49D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D41; }

 p { color: rgb(164,157,65); }

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

background-color css

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

 a { background-color: rgb(164,157,65); }

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

border-color css

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

 span { border-color: rgb(164,157,65); }

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