Html Css Color HEX #A49D39 Brass

📋 copy color: '#A49D39'

red 164 ◦ green 157 ◦ blue 57

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

Shades of Brass #A49D39

Tints of Brass #A49D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.08%

R = 43.39%
G = 41.53%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A49D39 (or 0xA49D39) is known color: Brass. HEX triplet: A4, 9D and 39. RGB value is (164,157,57). Sum of RGB (Red+Green+Blue) = 164+157+57=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D39 is #5B62C6. Grayscale: #949494. Windows color (decimal): -5989063 or 3775908. OLE color: 3775908.

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

Color convert

RGB 164 157 57 -
CMYK 0 0.04 0.65 0.36
HSL 56.07º 0.48% 0.43% -
HSV(B) 56.07º 0.65% 0.64% -
XYZ 28.11 32.3 8.62 -
YUV 147.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 164 157 57 0 0.04 0.65 0.36 56.07 0.48 0.43
Hex A4 9D 39 0 4 41 24 38 30 2B
Octal 244 235 71 0 4 101 44 70 60 53
Binary 10100100 10011101 111001 0 100 1000001 100100 111000 110000 101011

Color Harmonies of #A49D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D39

Black with #A49D39

Text Example


Text Example

White with #A49D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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