#A5A535

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

Shades of Brass #A5A535

Tints of Brass #A5A535

Color information

#A5A535 (or 0xA5A535) is unknown color: approx Brass. HEX triplet: A5, A5 and 35. RGB value is (165,165,53). Sum of RGB (Red+Green+Blue) = 165+165+53=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A535 is #5A5ACA. Grayscale: #989898. Windows color (decimal): -5921483 or 3515813. OLE color: 3515813.

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

Color convert

RGB16516553-
CMYK000.680.35
HSL60º51.38%42.75%-
HSV(B)60º67.88%64.71%-
XYZ29.6135.178.6-
YUV152.2372137.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=43.08%
G=43.08%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516553000.680.356051.3842.75
HexA5A5350044233c332b
Octal245245650010443746353
Binary1010010110100101110101001000100100011111100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A535; }

 p { color: rgb(165,165,53); }

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

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

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

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

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

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

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