#A49C3F

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

Shades of Brass #A49C3F

Tints of Brass #A49C3F

Color information

#A49C3F (or 0xA49C3F) is unknown color: approx Brass. HEX triplet: A4, 9C and 3F. RGB value is (164,156,63). Sum of RGB (Red+Green+Blue) = 164+156+63=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C3F is #5B63C0. Grayscale: #949494. Windows color (decimal): -5989313 or 4168868. OLE color: 4168868.

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

Color convert

RGB16415663-
CMYK00.050.620.36
HSL55.25º44.49%44.51%-
HSV(B)55.25º61.59%64.31%-
XYZ28.132.039.4-
YUV147.7980.15139.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 156 (61.33% from 255) = 40.73%
BLUE value IS 63 (25% from 255) = 16.45%
R=42.82%
G=40.73%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641566300.050.620.3655.2544.4944.51
HexA49C3F053E24372c2d
Octal24423477057644675455
Binary10100100100111001111110101111110100100110111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C3F; }

 p { color: rgb(164,156,63); }

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

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

 a { background-color: rgb(164,156,63); }

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

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

 span { border-color: rgb(164,156,63); }

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