Html Css Color HEX #A49D3C Brass

📋 copy color: '#A49D3C'

red 164 ◦ green 157 ◦ blue 60

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

Shades of Brass #A49D3C

Tints of Brass #A49D3C

RGB

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

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

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

R = 43.04%
G = 41.21%
B = 15.75%

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

#A49D3C (or 0xA49D3C) is known color: Brass. HEX triplet: A4, 9D and 3C. RGB value is (164,157,60). Sum of RGB (Red+Green+Blue) = 164+157+60=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D3C is #5B62C3. Grayscale: #949494. Windows color (decimal): -5989060 or 3972516. OLE color: 3972516.

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

Color convert

RGB 164 157 60 -
CMYK 0 0.04 0.63 0.36
HSL 55.96º 0.46% 0.44% -
HSV(B) 55.96º 0.63% 0.64% -
XYZ 28.18 32.33 9.03 -
YUV 148.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 164 157 60 0 0.04 0.63 0.36 55.96 0.46 0.44
Hex A4 9D 3C 0 4 3F 24 38 2E 2C
Octal 244 235 74 0 4 77 44 70 56 54
Binary 10100100 10011101 111100 0 100 111111 100100 111000 101110 101100

Color Harmonies of #A49D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D3C

Black with #A49D3C

Text Example


Text Example

White with #A49D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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