#A7A033

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

Shades of Brass #A7A033

Tints of Brass #A7A033

Color information

#A7A033 (or 0xA7A033) is unknown color: approx Brass. HEX triplet: A7, A0 and 33. RGB value is (167,160,51). Sum of RGB (Red+Green+Blue) = 167+160+51=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A033 is #585FCC. Grayscale: #969696. Windows color (decimal): -5791693 or 3383463. OLE color: 3383463.

HSL color Cylindrical-coordinate representation of color #A7A033: hue angle of 56.38º 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 #A7A033 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16716051-
CMYK00.040.690.35
HSL56.38º53.21%42.75%-
HSV(B)56.38º69.46%65.49%-
XYZ29.133.68.08-
YUV149.6772.32140.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 160 (62.89% from 255) = 42.33%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=44.18%
G=42.33%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671605100.040.690.3556.3853.2142.75
HexA7A03304452338352b
Octal247240630410543706553
Binary101001111010000011001101001000101100011111000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A033; }

 p { color: rgb(167,160,51); }

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

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

 a { background-color: rgb(167,160,51); }

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

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

 span { border-color: rgb(167,160,51); }

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