#A7A143

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

Shades of Brass #A7A143

Tints of Brass #A7A143

Color information

#A7A143 (or 0xA7A143) is unknown color: approx Brass. HEX triplet: A7, A1 and 43. RGB value is (167,161,67). Sum of RGB (Red+Green+Blue) = 167+161+67=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A143 is #585EBC. Grayscale: #989898. Windows color (decimal): -5791421 or 4432295. OLE color: 4432295.

HSL color Cylindrical-coordinate representation of color #A7A143: hue angle of 56.4º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7A143 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16716167-
CMYK00.040.600.35
HSL56.4º42.74%45.88%-
HSV(B)56.4º59.88%65.49%-
XYZ29.6934.1110.33-
YUV152.0879.99138.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 67 (26.56% from 255) = 16.96%
R=42.28%
G=40.76%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671616700.040.600.3556.442.7445.88
HexA7A143043C23382b2e
Octal247241103047443705356
Binary101001111010000110000110100111100100011111000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A143; }

 p { color: rgb(167,161,67); }

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

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

 a { background-color: rgb(167,161,67); }

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

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

 span { border-color: rgb(167,161,67); }

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