#A7A43A

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

Shades of Brass #A7A43A

Tints of Brass #A7A43A

Color information

#A7A43A (or 0xA7A43A) is unknown color: approx Brass. HEX triplet: A7, A4 and 3A. RGB value is (167,164,58). Sum of RGB (Red+Green+Blue) = 167+164+58=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A43A is #585BC5. Grayscale: #999999. Windows color (decimal): -5790662 or 3843239. OLE color: 3843239.

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

Color convert

RGB16716458-
CMYK00.020.650.35
HSL58.35º48.44%44.12%-
HSV(B)58.35º65.27%65.49%-
XYZ29.9835.079.19-
YUV152.8174.49138.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 58 (23.05% from 255) = 14.91%
R=42.93%
G=42.16%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671645800.020.650.3558.3548.4444.12
HexA7A43A0241233a302c
Octal247244720210143726054
Binary10100111101001001110100101000001100011111010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A43A; }

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

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

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

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

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

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

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

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