#A19C44

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

Shades of Brass #A19C44

Tints of Brass #A19C44

Color information

#A19C44 (or 0xA19C44) is unknown color: approx Brass. HEX triplet: A1, 9C and 44. RGB value is (161,156,68). Sum of RGB (Red+Green+Blue) = 161+156+68=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C44 is #5E63BB. Grayscale: #939393. Windows color (decimal): -6185916 or 4496545. OLE color: 4496545.

HSL color Cylindrical-coordinate representation of color #A19C44: hue angle of 56.77º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A19C44 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB16115668-
CMYK00.030.580.37
HSL56.77º40.61%44.9%-
HSV(B)56.77º57.76%63.14%-
XYZ27.6331.7710.15-
YUV147.4683.16137.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 68 (26.95% from 255) = 17.66%
R=41.82%
G=40.52%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611566800.030.580.3756.7740.6144.9
HexA19C44033A2539292d
Octal241234104037245715155
Binary10100001100111001000100011111010100101111001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C44; }

 p { color: rgb(161,156,68); }

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

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

 a { background-color: rgb(161,156,68); }

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

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

 span { border-color: rgb(161,156,68); }

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