Html Css Color HEX #A49F42 Brass

📋 copy color: '#A49F42'

red 164 ◦ green 159 ◦ blue 66

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

Shades of Brass #A49F42

Tints of Brass #A49F42

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.87%

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 42.16%
G = 40.87%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A49F42 (or 0xA49F42) is known color: Brass. HEX triplet: A4, 9F and 42. RGB value is (164,159,66). Sum of RGB (Red+Green+Blue) = 164+159+66=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F42 is #5B60BD. Grayscale: #969696. Windows color (decimal): -5988542 or 4366244. OLE color: 4366244.

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

Color convert

RGB 164 159 66 -
CMYK 0 0.03 0.60 0.36
HSL 56.94º 0.43% 0.45% -
HSV(B) 56.94º 0.6% 0.64% -
XYZ 28.69 33.08 10.03 -
YUV 149.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 164 159 66 0 0.03 0.60 0.36 56.94 0.43 0.45
Hex A4 9F 42 0 3 3C 24 39 2B 2D
Octal 244 237 102 0 3 74 44 71 53 55
Binary 10100100 10011111 1000010 0 11 111100 100100 111001 101011 101101

Color Harmonies of #A49F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F42

Black with #A49F42

Text Example


Text Example

White with #A49F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F42; }

 p { color: rgb(164,159,66); }

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

background-color css

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

 a { background-color: rgb(164,159,66); }

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

border-color css

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

 span { border-color: rgb(164,159,66); }

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