#A7A935

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

Shades of Brass #A7A935

Tints of Brass #A7A935

Color information

#A7A935 (or 0xA7A935) is unknown color: approx Brass. HEX triplet: A7, A9 and 35. RGB value is (167,169,53). Sum of RGB (Red+Green+Blue) = 167+169+53=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A935 is #5856CA. Grayscale: #9B9B9B. Windows color (decimal): -5789387 or 3516839. OLE color: 3516839.

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

Color convert

RGB16716953-
CMYK0.0100.690.34
HSL61.03º52.25%43.53%-
HSV(B)61.03º68.64%66.27%-
XYZ30.7736.858.86-
YUV155.1870.34136.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=42.93%
G=43.44%
B=13.62%

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
Decimal167169530.0100.690.3461.0352.2543.53
HexA7A9351045223d342c
Octal247251651010542756454
Binary1010011110101001110101101000101100010111101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A935; }

 p { color: rgb(167,169,53); }

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

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

 a { background-color: rgb(167,169,53); }

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

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

 span { border-color: rgb(167,169,53); }

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