#A3A23F

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

Shades of Brass #A3A23F

Tints of Brass #A3A23F

Color information

#A3A23F (or 0xA3A23F) is unknown color: approx Brass. HEX triplet: A3, A2 and 3F. RGB value is (163,162,63). Sum of RGB (Red+Green+Blue) = 163+162+63=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A23F is #5C5DC0. Grayscale: #979797. Windows color (decimal): -6053313 or 4170403. OLE color: 4170403.

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

Color convert

RGB16316263-
CMYK00.010.610.36
HSL59.4º44.25%44.31%-
HSV(B)59.4º61.35%63.92%-
XYZ28.9233.999.74-
YUV151.0178.33136.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 63 (25% from 255) = 16.24%
R=42.01%
G=41.75%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631626300.010.610.3659.444.2544.31
HexA3A23F013D243b2c2c
Octal24324277017544735454
Binary101000111010001011111101111101100100111011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A23F; }

 p { color: rgb(163,162,63); }

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

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

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

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

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

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

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