#A79C3A

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

Shades of Brass #A79C3A

Tints of Brass #A79C3A

Color information

#A79C3A (or 0xA79C3A) is unknown color: approx Brass. HEX triplet: A7, 9C and 3A. RGB value is (167,156,58). Sum of RGB (Red+Green+Blue) = 167+156+58=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C3A is #5863C5. Grayscale: #949494. Windows color (decimal): -5792710 or 3841191. OLE color: 3841191.

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

Color convert

RGB16715658-
CMYK00.070.650.35
HSL53.94º48.44%44.12%-
HSV(B)53.94º65.27%65.49%-
XYZ28.5932.38.73-
YUV148.1277.14141.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 58 (23.05% from 255) = 15.22%
R=43.83%
G=40.94%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671565800.070.650.3553.9448.4444.12
HexA79C3A07412336302c
Octal247234720710143666054
Binary101001111001110011101001111000001100011110110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C3A; }

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

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

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

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

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

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

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

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