#A7A438

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

Shades of Brass #A7A438

Tints of Brass #A7A438

Color information

#A7A438 (or 0xA7A438) is unknown color: approx Brass. HEX triplet: A7, A4 and 38. RGB value is (167,164,56). Sum of RGB (Red+Green+Blue) = 167+164+56=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A438 is #585BC7. Grayscale: #999999. Windows color (decimal): -5790664 or 3712167. OLE color: 3712167.

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

Color convert

RGB16716456-
CMYK00.020.660.35
HSL58.38º49.78%43.73%-
HSV(B)58.38º66.47%65.49%-
XYZ29.9335.058.93-
YUV152.5873.49138.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 56 (22.27% from 255) = 14.47%
R=43.15%
G=42.38%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671645600.020.660.3558.3849.7843.73
HexA7A4380242233a322c
Octal247244700210243726254
Binary10100111101001001110000101000010100011111010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A438; }

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

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

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

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

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

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

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

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