#A3A433

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

Shades of Brass #A3A433

Tints of Brass #A3A433

Color information

#A3A433 (or 0xA3A433) is unknown color: approx Brass. HEX triplet: A3, A4 and 33. RGB value is (163,164,51). Sum of RGB (Red+Green+Blue) = 163+164+51=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A433 is #5C5BCC. Grayscale: #979797. Windows color (decimal): -6052813 or 3384483. OLE color: 3384483.

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

Color convert

RGB16316451-
CMYK0.0100.690.36
HSL60.53º52.56%42.16%-
HSV(B)60.53º68.9%64.31%-
XYZ28.9834.588.28-
YUV150.8271.67136.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=43.12%
G=43.39%
B=13.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163164510.0100.690.3660.5352.5642.16
HexA3A4331045243d352a
Octal243244631010544756552
Binary1010001110100100110011101000101100100111101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A433; }

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

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

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

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

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

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

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

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