#A8A734

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

Shades of Brass #A8A734

Tints of Brass #A8A734

Color information

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

HSL color Cylindrical-coordinate representation of color #A8A734: hue angle of 59.48º 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 #A8A734 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB16816752-
CMYK00.010.690.34
HSL59.48º52.73%43.14%-
HSV(B)59.48º69.05%65.88%-
XYZ30.5936.218.63-
YUV154.1970.33137.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681675200.010.690.3459.4852.7343.14
HexA8A7340145223b352b
Octal250247640110542736553
Binary1010100010100111110100011000101100010111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A734; }

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

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

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

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

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

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

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

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