#A6A935

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

Shades of Brass #A6A935

Tints of Brass #A6A935

Color information

#A6A935 (or 0xA6A935) is unknown color: approx Brass. HEX triplet: A6, A9 and 35. RGB value is (166,169,53). Sum of RGB (Red+Green+Blue) = 166+169+53=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A935 is #5956CA. Grayscale: #9B9B9B. Windows color (decimal): -5854923 or 3516838. OLE color: 3516838.

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

Color convert

RGB16616953-
CMYK0.0200.690.34
HSL61.55º52.25%43.53%-
HSV(B)61.55º68.64%66.27%-
XYZ30.5636.748.85-
YUV154.8870.51135.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 169 (66.41% from 255) = 43.56%
BLUE value IS 53 (21.09% from 255) = 13.66%
R=42.78%
G=43.56%
B=13.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166169530.0200.690.3461.5552.2543.53
HexA6A9352045223e342c
Octal246251652010542766454
Binary10100110101010011101011001000101100010111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A935; }

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

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

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

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

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

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

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

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