#A7A834

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

Shades of Brass #A7A834

Tints of Brass #A7A834

Color information

#A7A834 (or 0xA7A834) is unknown color: approx Brass. HEX triplet: A7, A8 and 34. RGB value is (167,168,52). Sum of RGB (Red+Green+Blue) = 167+168+52=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A834 is #5857CB. Grayscale: #9A9A9A. Windows color (decimal): -5789644 or 3451047. OLE color: 3451047.

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

Color convert

RGB16716852-
CMYK0.0100.690.34
HSL60.52º52.73%43.14%-
HSV(B)60.52º69.05%65.88%-
XYZ30.5636.478.68-
YUV154.4870.17136.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 52 (20.70% from 255) = 13.44%
R=43.15%
G=43.41%
B=13.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal167168520.0100.690.3460.5252.7343.14
HexA7A8341045223d352b
Octal247250641010542756553
Binary1010011110101000110100101000101100010111101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A834; }

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

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

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

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

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

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

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

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