#A7A634

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

Shades of Brass #A7A634

Tints of Brass #A7A634

Color information

#A7A634 (or 0xA7A634) is unknown color: approx Brass. HEX triplet: A7, A6 and 34. RGB value is (167,166,52). Sum of RGB (Red+Green+Blue) = 167+166+52=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A634 is #5859CB. Grayscale: #999999. Windows color (decimal): -5790156 or 3450535. OLE color: 3450535.

HSL color Cylindrical-coordinate representation of color #A7A634: hue angle of 59.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7A634 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16716652-
CMYK00.010.690.35
HSL59.48º52.51%42.94%-
HSV(B)59.48º68.86%65.49%-
XYZ30.1935.748.56-
YUV153.370.83137.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 52 (20.70% from 255) = 13.51%
R=43.38%
G=43.12%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671665200.010.690.3559.4852.5142.94
HexA7A6340145233b352b
Octal247246640110543736553
Binary1010011110100110110100011000101100011111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A634; }

 p { color: rgb(167,166,52); }

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

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

 a { background-color: rgb(167,166,52); }

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

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

 span { border-color: rgb(167,166,52); }

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