#a79e34

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

Shades of Brass #A79E34

Tints of Brass #A79E34

Color information

#A79E34 (or 0xA79E34) is unknown color: approx Brass. HEX triplet: A7, 9E and 34. RGB value is (167,158,52). Sum of RGB (Red+Green+Blue) = 167+158+52=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79E34 is #5861CB. Grayscale: #959595. Windows color (decimal): -5792204 or 3448487. OLE color: 3448487.

HSL color Cylindrical-coordinate representation of color #A79E34: hue angle of 55.3º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A79E34 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16715852-
CMYK00.050.690.35
HSL55.3º52.51%42.94%-
HSV(B)55.3º68.86%65.49%-
XYZ28.7832.928.09-
YUV148.6173.48141.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 158 (62.11% from 255) = 41.91%
BLUE value IS 52 (20.70% from 255) = 13.79%
R=44.30%
G=41.91%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671585200.050.690.3555.352.5142.94
HexA79E3405452337352b
Octal247236640510543676553
Binary101001111001111011010001011000101100011110111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a79e34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a79e34; }

 p { color: rgb(167,158,52); }

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

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

 a { background-color: rgb(167,158,52); }

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

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

 span { border-color: rgb(167,158,52); }

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