#A4A533

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

Shades of Brass #A4A533

Tints of Brass #A4A533

Color information

#A4A533 (or 0xA4A533) is unknown color: approx Brass. HEX triplet: A4, A5 and 33. RGB value is (164,165,51). Sum of RGB (Red+Green+Blue) = 164+165+51=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A533 is #5B5ACC. Grayscale: #989898. Windows color (decimal): -5987021 or 3384740. OLE color: 3384740.

HSL color Cylindrical-coordinate representation of color #A4A533: hue angle of 60.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4A533 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16416551-
CMYK0.0100.690.35
HSL60.53º52.78%42.35%-
HSV(B)60.53º69.09%64.71%-
XYZ29.3635.048.35-
YUV151.771.17136.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 51 (20.31% from 255) = 13.42%
R=43.16%
G=43.42%
B=13.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164165510.0100.690.3560.5352.7842.35
HexA4A5331045233d352a
Octal244245631010543756552
Binary1010010010100101110011101000101100011111101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A533; }

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

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

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

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

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

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

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

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