Html Css Color HEX #A49C41 Brass

📋 copy color: '#A49C41'

red 164 ◦ green 156 ◦ blue 65

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

Shades of Brass #A49C41

Tints of Brass #A49C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

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

R = 42.6%
G = 40.52%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A49C41 (or 0xA49C41) is known color: Brass. HEX triplet: A4, 9C and 41. RGB value is (164,156,65). Sum of RGB (Red+Green+Blue) = 164+156+65=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C41 is #5B63BE. Grayscale: #949494. Windows color (decimal): -5989311 or 4299940. OLE color: 4299940.

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

Color convert

RGB 164 156 65 -
CMYK 0 0.05 0.60 0.36
HSL 55.15º 0.43% 0.45% -
HSV(B) 55.15º 0.6% 0.64% -
XYZ 28.15 32.05 9.7 -
YUV 148.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 164 156 65 0 0.05 0.60 0.36 55.15 0.43 0.45
Hex A4 9C 41 0 5 3C 24 37 2B 2D
Octal 244 234 101 0 5 74 44 67 53 55
Binary 10100100 10011100 1000001 0 101 111100 100100 110111 101011 101101

Color Harmonies of #A49C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C41

Black with #A49C41

Text Example


Text Example

White with #A49C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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