#A7AD43

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

Shades of Brass #A7AD43

Tints of Brass #A7AD43

Color information

#A7AD43 (or 0xA7AD43) is unknown color: approx Brass. HEX triplet: A7, AD and 43. RGB value is (167,173,67). Sum of RGB (Red+Green+Blue) = 167+173+67=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AD43 is #5852BC. Grayscale: #9F9F9F. Windows color (decimal): -5788349 or 4435367. OLE color: 4435367.

HSL color Cylindrical-coordinate representation of color #A7AD43: hue angle of 63.4º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7AD43 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB16717367-
CMYK0.0300.610.32
HSL63.4º44.17%47.06%-
HSV(B)63.4º61.27%67.84%-
XYZ31.8938.5111.06-
YUV159.1276.01133.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 173 (67.97% from 255) = 42.51%
BLUE value IS 67 (26.56% from 255) = 16.46%
R=41.03%
G=42.51%
B=16.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167173670.0300.610.3263.444.1747.06
HexA7AD43303D203f2c2f
Octal247255103307540775457
Binary10100111101011011000011110111101100000111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD43; }

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

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

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

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

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

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

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

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