#A79C41

Color #A79C41 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #A79C41

Tints of Brass #A79C41

Color information

#A79C41 (or 0xA79C41) is unknown color: approx Brass. HEX triplet: A7, 9C and 41. RGB value is (167,156,65). Sum of RGB (Red+Green+Blue) = 167+156+65=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C41 is #5863BE. Grayscale: #959595. Windows color (decimal): -5792703 or 4299943. OLE color: 4299943.

HSL color Cylindrical-coordinate representation of color #A79C41: hue angle of 53.53º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A79C41 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16715665-
CMYK00.070.610.35
HSL53.53º43.97%45.49%-
HSV(B)53.53º61.08%65.49%-
XYZ28.7832.379.73-
YUV148.9280.64140.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 65 (25.78% from 255) = 16.75%
R=43.04%
G=40.21%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671566500.070.610.3553.5343.9745.49
HexA79C41073D23362c2d
Octal247234101077543665455
Binary101001111001110010000010111111101100011110110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C41; }

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

 H1.HeaderClassName
 {
   color: #A79C41;
 }
 .AnyTagClassName
 {
   color: #A79C41;
 }
</style>
background-color css

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

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

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

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

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

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