#A4A535

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

Shades of Brass #A4A535

Tints of Brass #A4A535

Color information

#A4A535 (or 0xA4A535) is unknown color: approx Brass. HEX triplet: A4, A5 and 35. RGB value is (164,165,53). Sum of RGB (Red+Green+Blue) = 164+165+53=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A535 is #5B5ACA. Grayscale: #989898. Windows color (decimal): -5987019 or 3515812. OLE color: 3515812.

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

Color convert

RGB16416553-
CMYK0.0100.680.35
HSL60.54º51.38%42.75%-
HSV(B)60.54º67.88%64.71%-
XYZ29.4135.068.59-
YUV151.9372.17136.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=42.93%
G=43.19%
B=13.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164165530.0100.680.3560.5451.3842.75
HexA4A5351044233d332b
Octal244245651010443756353
Binary1010010010100101110101101000100100011111101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A535; }

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

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

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

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

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

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

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

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