#A7A43C

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

Shades of Brass #A7A43C

Tints of Brass #A7A43C

Color information

#A7A43C (or 0xA7A43C) is unknown color: approx Brass. HEX triplet: A7, A4 and 3C. RGB value is (167,164,60). Sum of RGB (Red+Green+Blue) = 167+164+60=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A43C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A43C is #585BC3. Grayscale: #999999. Windows color (decimal): -5790660 or 3974311. OLE color: 3974311.

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

Color convert

RGB16716460-
CMYK00.020.640.35
HSL58.32º47.14%44.51%-
HSV(B)58.32º64.07%65.49%-
XYZ30.0335.099.47-
YUV153.0475.49137.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 60 (23.83% from 255) = 15.35%
R=42.71%
G=41.94%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671646000.020.640.3558.3247.1444.51
HexA7A43C0240233a2f2d
Octal247244740210043725755
Binary10100111101001001111000101000000100011111010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A43C; }

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

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

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

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

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

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

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

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