Html Css Color HEX #A49D44 Brass

📋 copy color: '#A49D44'

red 164 ◦ green 157 ◦ blue 68

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

Shades of Brass #A49D44

Tints of Brass #A49D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.48%

R = 42.16%
G = 40.36%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A49D44 (or 0xA49D44) is known color: Brass. HEX triplet: A4, 9D and 44. RGB value is (164,157,68). Sum of RGB (Red+Green+Blue) = 164+157+68=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D44 is #5B62BB. Grayscale: #959595. Windows color (decimal): -5989052 or 4496804. OLE color: 4496804.

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

Color convert

RGB 164 157 68 -
CMYK 0 0.04 0.59 0.36
HSL 55.63º 0.41% 0.45% -
HSV(B) 55.63º 0.59% 0.64% -
XYZ 28.41 32.42 10.23 -
YUV 148.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 164 157 68 0 0.04 0.59 0.36 55.63 0.41 0.45
Hex A4 9D 44 0 4 3B 24 38 29 2D
Octal 244 235 104 0 4 73 44 70 51 55
Binary 10100100 10011101 1000100 0 100 111011 100100 111000 101001 101101

Color Harmonies of #A49D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D44

Black with #A49D44

Text Example


Text Example

White with #A49D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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