#A3A33A

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

Shades of Brass #A3A33A

Tints of Brass #A3A33A

Color information

#A3A33A (or 0xA3A33A) is unknown color: approx Brass. HEX triplet: A3, A3 and 3A. RGB value is (163,163,58). Sum of RGB (Red+Green+Blue) = 163+163+58=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A33A is #5C5CC5. Grayscale: #979797. Windows color (decimal): -6053062 or 3842979. OLE color: 3842979.

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

Color convert

RGB16316358-
CMYK000.640.36
HSL60º47.51%43.33%-
HSV(B)60º64.42%63.92%-
XYZ28.9734.299.09-
YUV151.0375.5136.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 163 (64.06% from 255) = 42.45%
BLUE value IS 58 (23.05% from 255) = 15.10%
R=42.45%
G=42.45%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316358000.640.366047.5143.33
HexA3A33A0040243c302b
Octal243243720010044746053
Binary1010001110100011111010001000000100100111100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A33A; }

 p { color: rgb(163,163,58); }

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

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

 a { background-color: rgb(163,163,58); }

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

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

 span { border-color: rgb(163,163,58); }

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